diff --git a/pages/@myorg/myDataset.tsx b/pages/@myorg/myDataset.tsx new file mode 100644 index 00000000..e8e1f64f --- /dev/null +++ b/pages/@myorg/myDataset.tsx @@ -0,0 +1,63 @@ +import Head from 'next/head' + +export default function Showcase() { + return ( +
+ + Showcase + + + +
+

+ Showcase Page +

+ +

+ Get started with Next.js +

+ +
+ +

Documentation →

+

Find in-depth information about Next.js features and API.

+
+ + +

Learn →

+

Learn about Next.js in an interactive course with quizzes!

+
+ + +

Examples →

+

Discover and deploy boilerplate example Next.js projects.

+
+ + +

Deploy →

+

+ Instantly deploy your Next.js site to a public URL with Vercel. +

+
+
+
+ + +
+ ) +}