fix favicon

This commit is contained in:
41666 2023-06-10 23:34:42 -04:00
parent 251931c838
commit 4fbc738fdf
5 changed files with 14 additions and 4 deletions

View file

@ -13,7 +13,7 @@ import { FactionBar } from "./faction-bar";
import type { MetagameWorld } from "~/utils/metagame";
import type { PopulationWorld } from "~/utils/population";
import { c } from "~/utils/classes";
import { ReactFragment, useEffect, useState } from "react";
import { useEffect, useState } from "react";
export type IndexWorldProps = {
metagame: MetagameWorld;