diff --git a/website/agb/src/app/showcase/[game]/page.tsx b/website/agb/src/app/showcase/[game]/page.tsx index 2a00b287..04a5fc72 100644 --- a/website/agb/src/app/showcase/[game]/page.tsx +++ b/website/agb/src/app/showcase/[game]/page.tsx @@ -8,7 +8,7 @@ import { DescriptionAndScreenshots, Description, Screenshots, -} from "./styled"; +} from "./styles"; export async function generateStaticParams() { return Games.map((game) => ({ diff --git a/website/agb/src/app/showcase/[game]/styled.tsx b/website/agb/src/app/showcase/[game]/styles.tsx similarity index 100% rename from website/agb/src/app/showcase/[game]/styled.tsx rename to website/agb/src/app/showcase/[game]/styles.tsx