use the same '@/dir/file' as Next for server
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import getRandomItems from '../tools/getRandomItems';
|
||||
import cards from '../constants/standardCards';
|
||||
import type { StandardCard } from '../types';
|
||||
import getRandomItems from '@/tools/getRandomItems';
|
||||
import cards from '@/constants/standardCards';
|
||||
import type { StandardCard } from '@/types';
|
||||
|
||||
export interface Options {
|
||||
back: number;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import getRandomItems from '../tools/getRandomItems';
|
||||
import cards from '../constants/tarokkaCards';
|
||||
import type { TarokkaCard, TarokkaGameCard } from '../types';
|
||||
import getRandomItems from '@/tools/getRandomItems';
|
||||
import cards from '@/constants/tarokkaCards';
|
||||
import type { TarokkaCard, TarokkaGameCard } from '@/types';
|
||||
|
||||
export default class TarokkaDeck {
|
||||
private highDeck: TarokkaCard[] = [];
|
||||
|
||||
Reference in New Issue
Block a user