Skip to content

Commit 152b080

Browse files
committed
fix: imports
1 parent 94d1245 commit 152b080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/[id].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createSignal, onCleanup, onMount, Show } from 'solid-js';
2-
import { httpClient } from '@/network/http';
2+
import { httpClient } from '@/lib/http';
33
import { useParams } from '@/router';
44
import { getRandomColor } from '@/utils/color';
55
import { draw } from '@/utils/draw';

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Input } from '@/components/Input';
55
import { Join } from '@/components/Join';
66
import { Scoreboard } from '@/components/Scoreboard';
77
import { Timer } from '@/components/Timer';
8-
import { httpClient } from '@/network/http';
8+
import { httpClient } from '@/lib/http';
99
import { useModals } from '@/router';
1010
import { useGame } from '@/stores/game';
1111

0 commit comments

Comments
 (0)