Reorganise components

This commit is contained in:
Timothy Armes
2023-09-14 11:35:30 +02:00
parent bff704077c
commit ac467d7c38
21 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -3,8 +3,8 @@
import { useHydrateAtoms } from "jotai/utils";
import dynamic from "next/dynamic";
import LoadingMap from "@/app/[locale]/components/LoadingMap";
import { tournamentsAtom } from "@/app/atoms";
import LoadingMap from "@/components/LoadingMap";
import { Tournament } from "@/types";
import TournamentTable from "./TournamentTable";