mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 08:55:56 +02:00
refactor(frontend): use* 関数の格納場所のフォルダ名を composables に変更 (#16004)
* refactor(frontend): use* 関数の格納場所を正式名称(composables)に変更 * migrate * move useLoading
This commit is contained in:
@@ -95,7 +95,7 @@ import type { Size } from '@/components/grid/grid.js';
|
||||
import type { CellValue, GridCell } from '@/components/grid/cell.js';
|
||||
import type { GridRowSetting } from '@/components/grid/row.js';
|
||||
import { GridEventEmitter } from '@/components/grid/grid.js';
|
||||
import { useTooltip } from '@/use/use-tooltip.js';
|
||||
import { useTooltip } from '@/composables/use-tooltip.js';
|
||||
import * as os from '@/os.js';
|
||||
import { equalCellAddress, getCellAddress } from '@/components/grid/grid-utils.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user