[dyad] Added a footer and theme switcher - wrote 6 file(s), deleted 1 file(s)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { MadeWithDyad } from "@/components/made-with-dyad";
|
||||
import { Footer } from "@/components/footer";
|
||||
import { MetaForm } from "@/components/meta-form";
|
||||
|
||||
export default function Home() {
|
||||
@@ -15,7 +15,7 @@ export default function Home() {
|
||||
</div>
|
||||
<MetaForm />
|
||||
</main>
|
||||
<MadeWithDyad />
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user