Fixing and Sitemap and Robots.txt
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
} from "flowbite-svelte-icons";
|
||||
import FightCard from "./FightCard.svelte";
|
||||
import CreateFightModal from "./modals/CreateFightModal.svelte";
|
||||
import {fightRepo} from "../../../repo/repo.js";
|
||||
import {groups, players} from "../../../stores/stores.js";
|
||||
import {fightRepo} from "../../../repo/repo";
|
||||
import {groups, players} from "../../../stores/stores";
|
||||
import TypeAheadSearch from "../../components/TypeAheadSearch.svelte";
|
||||
import type {UpdateFight} from "../../../repo/fight.js";
|
||||
import dayjs from "dayjs";
|
||||
|
||||
Reference in New Issue
Block a user