feat: Add language switcher component to footer
This commit is contained in:
12
src/app/download/page.tsx
Normal file
12
src/app/download/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
import DownloadPage from "@/components/download";
|
||||
import Footer from "@/components/footer";
|
||||
import { Navigation } from "@/components/navigation";
|
||||
|
||||
export default function Download() {
|
||||
return (
|
||||
<main className="flex min-h-screen flex-col items-center justify-start">
|
||||
<DownloadPage />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user