diff --git a/src/ui/layout/Launcher.tsx b/src/ui/layout/Launcher.tsx index 3edc1b1..904c508 100644 --- a/src/ui/layout/Launcher.tsx +++ b/src/ui/layout/Launcher.tsx @@ -1,10 +1,12 @@ import NewsFeed from "@components/NewsFeed.tsx"; import InfoBoard from "@components/InfoBoard.tsx"; +import "@css/layout/Launcher.scss"; + function Launcher() { return ( -