统一导入
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { filterEmptyValue } from "~/utils/functions"
|
||||
import { filterEmptyValue } from "utils/functions"
|
||||
|
||||
export interface PaginationQuery {
|
||||
page: number
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ScreenMode } from "~/utils/constants"
|
||||
import { ScreenMode } from "utils/constants"
|
||||
|
||||
export const { state: screenMode, next: switchScreenMode } = useCycleList(
|
||||
Object.values(ScreenMode),
|
||||
|
||||
Reference in New Issue
Block a user