refactor: add src alias to @/
This commit is contained in:
@@ -7,10 +7,10 @@ import {
|
||||
createInitialState,
|
||||
TicTacToeState,
|
||||
WinnerType, PlayerType
|
||||
} from '../../src/samples/tic-tac-toe';
|
||||
import {Entity} from "../../src/utils/entity";
|
||||
import {createGameContext} from "../../src";
|
||||
import type { PromptEvent } from '../../src/utils/command';
|
||||
} from '@/samples/tic-tac-toe';
|
||||
import {Entity} from "@/utils/entity";
|
||||
import {createGameContext} from "@/";
|
||||
import type { PromptEvent } from '@/utils/command';
|
||||
|
||||
function createTestContext() {
|
||||
const ctx = createGameContext(registry, createInitialState);
|
||||
|
||||
Reference in New Issue
Block a user