use the same '@/dir/file' as Next for server

This commit is contained in:
Gavin McDonald
2025-04-14 14:20:49 -04:00
parent a1e4241c41
commit 4189e41da5
5 changed files with 53 additions and 20 deletions

View File

@@ -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;