remove wrong import of wallpaperViewModel.ets

Signed-off-by: yangpeng85 <yangpeng85@huawei.com>
This commit is contained in:
a1nc 2022-06-23 15:51:02 +08:00
parent f8c5d45ee9
commit 4ca40f5579

View File

@ -13,7 +13,7 @@
* limitations under the License.
*/
import WallpaperMar from '@ohos.app.wallpaperability'
import WallpaperMar from '@ohos.wallpaper'
import Log from '../../../../../../../../common/src/main/ets/default/Log'
const TAG = 'ScreenLock-WallpaperViewModel'