Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjoe committed Jan 18, 2024
1 parent ecb5000 commit bd9d436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-ui/src/pages/Games.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Index, Show, createSignal, onMount } from 'solid-js';
import { Loading } from '~/components/Loading';
import { DemoCard as GameCard } from '~/components/display-card';
import { Loading } from '~/components/loading';
import { Game } from '~/interface';

export const Games = () => {
Expand Down

0 comments on commit bd9d436

Please sign in to comment.