Fixing and Sitemap and Robots.txt
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
import type {Team} from "../../../types/team.js";
|
||||
import DragAcceptor from "./DragAcceptor.svelte";
|
||||
import {Button, Input, Label, Modal, Range, Select} from "flowbite-svelte";
|
||||
import {gamemodes, maps} from "../../../stores/stores.js";
|
||||
import {gamemodes, maps} from "../../../stores/stores";
|
||||
import {PlusSolid} from "flowbite-svelte-icons";
|
||||
import {fightRepo} from "../../../repo/repo.js";
|
||||
import {fightRepo} from "../../../repo/repo";
|
||||
import {replace} from "svelte-spa-router";
|
||||
import dayjs from "dayjs";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user