From 04480dd5bbf18925fe89ef236353db7eb3896ec8 Mon Sep 17 00:00:00 2001 From: Parth Agrawal Date: Mon, 1 Jul 2024 13:55:46 -0400 Subject: [PATCH] switched next to root folder --- next-app/.eslintrc.json => .eslintrc.json | 0 next-app/.gitignore => .gitignore | 0 next-app/README.md => README.md | 0 next-app/bun.lockb => bun.lockb | Bin next-app/next.config.mjs => next.config.mjs | 0 next-app/package-lock.json => package-lock.json | 0 next-app/package.json => package.json | 0 next-app/postcss.config.mjs => postcss.config.mjs | 0 {next-app/public => public}/next.svg | 0 {next-app/public => public}/vercel.svg | 0 {next-app/src => src}/app/ArtInterpreter.tsx | 0 {next-app/src => src}/app/favicon.ico | Bin {next-app/src => src}/app/globals.css | 0 {next-app/src => src}/app/layout.tsx | 0 {next-app/src => src}/app/page.tsx | 0 next-app/tailwind.config.ts => tailwind.config.ts | 0 next-app/tsconfig.json => tsconfig.json | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename next-app/.eslintrc.json => .eslintrc.json (100%) rename next-app/.gitignore => .gitignore (100%) rename next-app/README.md => README.md (100%) rename next-app/bun.lockb => bun.lockb (100%) rename next-app/next.config.mjs => next.config.mjs (100%) rename next-app/package-lock.json => package-lock.json (100%) rename next-app/package.json => package.json (100%) rename next-app/postcss.config.mjs => postcss.config.mjs (100%) rename {next-app/public => public}/next.svg (100%) rename {next-app/public => public}/vercel.svg (100%) rename {next-app/src => src}/app/ArtInterpreter.tsx (100%) rename {next-app/src => src}/app/favicon.ico (100%) rename {next-app/src => src}/app/globals.css (100%) rename {next-app/src => src}/app/layout.tsx (100%) rename {next-app/src => src}/app/page.tsx (100%) rename next-app/tailwind.config.ts => tailwind.config.ts (100%) rename next-app/tsconfig.json => tsconfig.json (100%) diff --git a/next-app/.eslintrc.json b/.eslintrc.json similarity index 100% rename from next-app/.eslintrc.json rename to .eslintrc.json diff --git a/next-app/.gitignore b/.gitignore similarity index 100% rename from next-app/.gitignore rename to .gitignore diff --git a/next-app/README.md b/README.md similarity index 100% rename from next-app/README.md rename to README.md diff --git a/next-app/bun.lockb b/bun.lockb similarity index 100% rename from next-app/bun.lockb rename to bun.lockb diff --git a/next-app/next.config.mjs b/next.config.mjs similarity index 100% rename from next-app/next.config.mjs rename to next.config.mjs diff --git a/next-app/package-lock.json b/package-lock.json similarity index 100% rename from next-app/package-lock.json rename to package-lock.json diff --git a/next-app/package.json b/package.json similarity index 100% rename from next-app/package.json rename to package.json diff --git a/next-app/postcss.config.mjs b/postcss.config.mjs similarity index 100% rename from next-app/postcss.config.mjs rename to postcss.config.mjs diff --git a/next-app/public/next.svg b/public/next.svg similarity index 100% rename from next-app/public/next.svg rename to public/next.svg diff --git a/next-app/public/vercel.svg b/public/vercel.svg similarity index 100% rename from next-app/public/vercel.svg rename to public/vercel.svg diff --git a/next-app/src/app/ArtInterpreter.tsx b/src/app/ArtInterpreter.tsx similarity index 100% rename from next-app/src/app/ArtInterpreter.tsx rename to src/app/ArtInterpreter.tsx diff --git a/next-app/src/app/favicon.ico b/src/app/favicon.ico similarity index 100% rename from next-app/src/app/favicon.ico rename to src/app/favicon.ico diff --git a/next-app/src/app/globals.css b/src/app/globals.css similarity index 100% rename from next-app/src/app/globals.css rename to src/app/globals.css diff --git a/next-app/src/app/layout.tsx b/src/app/layout.tsx similarity index 100% rename from next-app/src/app/layout.tsx rename to src/app/layout.tsx diff --git a/next-app/src/app/page.tsx b/src/app/page.tsx similarity index 100% rename from next-app/src/app/page.tsx rename to src/app/page.tsx diff --git a/next-app/tailwind.config.ts b/tailwind.config.ts similarity index 100% rename from next-app/tailwind.config.ts rename to tailwind.config.ts diff --git a/next-app/tsconfig.json b/tsconfig.json similarity index 100% rename from next-app/tsconfig.json rename to tsconfig.json