feat: raw boards dnd

This commit is contained in:
2025-07-30 10:59:39 +04:00
parent cb6a814918
commit b8d431ae99
21 changed files with 599 additions and 8 deletions

View File

@ -1,11 +1,5 @@
import { ColorSchemeToggle } from "@/components/ColorSchemeToggle/ColorSchemeToggle";
import { Welcome } from "@/components/Welcome/Welcome";
import { redirect } from "next/navigation";
export default function HomePage() {
return (
<>
<Welcome />
<ColorSchemeToggle />
</>
);
redirect("/deals");
}