From 094b9053119b761d5c452a1f699029af238e7f19 Mon Sep 17 00:00:00 2001 From: chaitanyapotti Date: Mon, 14 Feb 2022 11:58:48 +0800 Subject: [PATCH] rename next example --- .../.eslintrc.json | 0 .../.gitignore | 0 .../{web3auth-nextjs-example => next-app}/README.md | 0 .../next-env.d.ts | 0 .../next.config.js | 0 .../package.json | 0 .../pages/_app.tsx | 0 .../pages/api/hello.ts | 0 .../pages/index.tsx | 0 .../public/favicon.ico | Bin .../public/vercel.svg | 0 .../styles/Home.module.css | 0 .../styles/globals.css | 0 .../tsconfig.json | 0 .../{web3auth-nextjs-example => next-app}/yarn.lock | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename examples/{web3auth-nextjs-example => next-app}/.eslintrc.json (100%) rename examples/{web3auth-nextjs-example => next-app}/.gitignore (100%) rename examples/{web3auth-nextjs-example => next-app}/README.md (100%) rename examples/{web3auth-nextjs-example => next-app}/next-env.d.ts (100%) rename examples/{web3auth-nextjs-example => next-app}/next.config.js (100%) rename examples/{web3auth-nextjs-example => next-app}/package.json (100%) rename examples/{web3auth-nextjs-example => next-app}/pages/_app.tsx (100%) rename examples/{web3auth-nextjs-example => next-app}/pages/api/hello.ts (100%) rename examples/{web3auth-nextjs-example => next-app}/pages/index.tsx (100%) rename examples/{web3auth-nextjs-example => next-app}/public/favicon.ico (100%) rename examples/{web3auth-nextjs-example => next-app}/public/vercel.svg (100%) rename examples/{web3auth-nextjs-example => next-app}/styles/Home.module.css (100%) rename examples/{web3auth-nextjs-example => next-app}/styles/globals.css (100%) rename examples/{web3auth-nextjs-example => next-app}/tsconfig.json (100%) rename examples/{web3auth-nextjs-example => next-app}/yarn.lock (100%) diff --git a/examples/web3auth-nextjs-example/.eslintrc.json b/examples/next-app/.eslintrc.json similarity index 100% rename from examples/web3auth-nextjs-example/.eslintrc.json rename to examples/next-app/.eslintrc.json diff --git a/examples/web3auth-nextjs-example/.gitignore b/examples/next-app/.gitignore similarity index 100% rename from examples/web3auth-nextjs-example/.gitignore rename to examples/next-app/.gitignore diff --git a/examples/web3auth-nextjs-example/README.md b/examples/next-app/README.md similarity index 100% rename from examples/web3auth-nextjs-example/README.md rename to examples/next-app/README.md diff --git a/examples/web3auth-nextjs-example/next-env.d.ts b/examples/next-app/next-env.d.ts similarity index 100% rename from examples/web3auth-nextjs-example/next-env.d.ts rename to examples/next-app/next-env.d.ts diff --git a/examples/web3auth-nextjs-example/next.config.js b/examples/next-app/next.config.js similarity index 100% rename from examples/web3auth-nextjs-example/next.config.js rename to examples/next-app/next.config.js diff --git a/examples/web3auth-nextjs-example/package.json b/examples/next-app/package.json similarity index 100% rename from examples/web3auth-nextjs-example/package.json rename to examples/next-app/package.json diff --git a/examples/web3auth-nextjs-example/pages/_app.tsx b/examples/next-app/pages/_app.tsx similarity index 100% rename from examples/web3auth-nextjs-example/pages/_app.tsx rename to examples/next-app/pages/_app.tsx diff --git a/examples/web3auth-nextjs-example/pages/api/hello.ts b/examples/next-app/pages/api/hello.ts similarity index 100% rename from examples/web3auth-nextjs-example/pages/api/hello.ts rename to examples/next-app/pages/api/hello.ts diff --git a/examples/web3auth-nextjs-example/pages/index.tsx b/examples/next-app/pages/index.tsx similarity index 100% rename from examples/web3auth-nextjs-example/pages/index.tsx rename to examples/next-app/pages/index.tsx diff --git a/examples/web3auth-nextjs-example/public/favicon.ico b/examples/next-app/public/favicon.ico similarity index 100% rename from examples/web3auth-nextjs-example/public/favicon.ico rename to examples/next-app/public/favicon.ico diff --git a/examples/web3auth-nextjs-example/public/vercel.svg b/examples/next-app/public/vercel.svg similarity index 100% rename from examples/web3auth-nextjs-example/public/vercel.svg rename to examples/next-app/public/vercel.svg diff --git a/examples/web3auth-nextjs-example/styles/Home.module.css b/examples/next-app/styles/Home.module.css similarity index 100% rename from examples/web3auth-nextjs-example/styles/Home.module.css rename to examples/next-app/styles/Home.module.css diff --git a/examples/web3auth-nextjs-example/styles/globals.css b/examples/next-app/styles/globals.css similarity index 100% rename from examples/web3auth-nextjs-example/styles/globals.css rename to examples/next-app/styles/globals.css diff --git a/examples/web3auth-nextjs-example/tsconfig.json b/examples/next-app/tsconfig.json similarity index 100% rename from examples/web3auth-nextjs-example/tsconfig.json rename to examples/next-app/tsconfig.json diff --git a/examples/web3auth-nextjs-example/yarn.lock b/examples/next-app/yarn.lock similarity index 100% rename from examples/web3auth-nextjs-example/yarn.lock rename to examples/next-app/yarn.lock