diff --git a/src/App/App.tsx b/src/App/App.tsx index dcb7b096788903a37fcef95aff7d79865c270269..917e0a5125e34f482c67c8a50076c0e0325febd1 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -13,7 +13,7 @@ import { stringToSlug } from "../utils/stringToSlug.ts"; import { Villbuttonrow } from "../components/Buttons.tsx"; import "../utils/highlight.js"; import LoadingScreen from "../components/LoadingScreen.tsx"; -import "../components/LoadingScreen.css"; +import "./LoadingScreen.css"; const App = () => { const [isLoading, setIsLoading] = useState(true); diff --git a/src/components/LoadingScreen.css b/src/App/LoadingScreen.css similarity index 100% rename from src/components/LoadingScreen.css rename to src/App/LoadingScreen.css diff --git a/src/assets/loading-image.png b/src/assets/loading-image.png deleted file mode 100644 index 2d604fc295bc6492cb37acf54770d29df798d6dc..0000000000000000000000000000000000000000 Binary files a/src/assets/loading-image.png and /dev/null differ