From 24dd199b7ad6599ed35806734fd2feef519dfebc Mon Sep 17 00:00:00 2001 From: Gift Egwuenu Date: Tue, 26 May 2020 15:20:33 +0100 Subject: [PATCH] stub showcase page --- pages/@myorg/myDataset.tsx | 63 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 pages/@myorg/myDataset.tsx 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. +

+
+
+
+ + +
+ ) +}