refactor: Use path alias
This commit is contained in:
parent
d6e23b803b
commit
c74fe3c6e2
391 changed files with 557 additions and 557 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import $ from 'cafy';
|
||||
import { ID } from '../../../../../misc/cafy-id';
|
||||
import { ID } from '@/misc/cafy-id';
|
||||
import { publishMainStream, publishReversiStream } from '../../../../../services/stream';
|
||||
import { eighteight } from '../../../../../games/reversi/maps';
|
||||
import define from '../../../define';
|
||||
import { ApiError } from '../../../error';
|
||||
import { getUser } from '../../../common/getters';
|
||||
import { genId } from '../../../../../misc/gen-id';
|
||||
import { genId } from '@/misc/gen-id';
|
||||
import { ReversiMatchings, ReversiGames } from '../../../../../models';
|
||||
import { ReversiGame } from '../../../../../models/entities/games/reversi/game';
|
||||
import { ReversiMatching } from '../../../../../models/entities/games/reversi/matching';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue