diff --git a/scaffold/src/components/made-with-dyad.tsx b/scaffold/src/components/made-with-dyad.tsx new file mode 100644 index 0000000..c0c2ef8 --- /dev/null +++ b/scaffold/src/components/made-with-dyad.tsx @@ -0,0 +1,14 @@ +export const MadeWithDyad = () => { + return ( +
+ ); +}; diff --git a/scaffold/src/pages/Index.tsx b/scaffold/src/pages/Index.tsx index 99cd327..cf390f0 100644 --- a/scaffold/src/pages/Index.tsx +++ b/scaffold/src/pages/Index.tsx @@ -1,5 +1,7 @@ // Update this page (the content is just a fallback if you fail to update the page) +import { MadeWithDyad } from "@/components/made-with-dyad"; + const Index = () => { return (