diff --git a/lps-temp-fe/.gitignore b/lps-admin/.gitignore similarity index 100% rename from lps-temp-fe/.gitignore rename to lps-admin/.gitignore diff --git a/lps-temp-fe/README.md b/lps-admin/README.md similarity index 100% rename from lps-temp-fe/README.md rename to lps-admin/README.md diff --git a/lps-temp-fe/index.html b/lps-admin/index.html similarity index 100% rename from lps-temp-fe/index.html rename to lps-admin/index.html diff --git a/lps-temp-fe/package-lock.json b/lps-admin/package-lock.json similarity index 100% rename from lps-temp-fe/package-lock.json rename to lps-admin/package-lock.json diff --git a/lps-temp-fe/package.json b/lps-admin/package.json similarity index 95% rename from lps-temp-fe/package.json rename to lps-admin/package.json index 19a35d9..48c72fe 100644 --- a/lps-temp-fe/package.json +++ b/lps-admin/package.json @@ -1,5 +1,5 @@ { - "name": "lps-admin-fe", + "name": "lps-admin", "private": true, "version": "0.1.0", "type": "module", diff --git a/lps-temp-fe/src/api/client.ts b/lps-admin/src/api/client.ts similarity index 100% rename from lps-temp-fe/src/api/client.ts rename to lps-admin/src/api/client.ts diff --git a/lps-temp-fe/src/api/types.ts b/lps-admin/src/api/types.ts similarity index 100% rename from lps-temp-fe/src/api/types.ts rename to lps-admin/src/api/types.ts diff --git a/lps-temp-fe/src/components/Layout.tsx b/lps-admin/src/components/Layout.tsx similarity index 100% rename from lps-temp-fe/src/components/Layout.tsx rename to lps-admin/src/components/Layout.tsx diff --git a/lps-temp-fe/src/components/ui.tsx b/lps-admin/src/components/ui.tsx similarity index 100% rename from lps-temp-fe/src/components/ui.tsx rename to lps-admin/src/components/ui.tsx diff --git a/lps-temp-fe/src/index.css b/lps-admin/src/index.css similarity index 100% rename from lps-temp-fe/src/index.css rename to lps-admin/src/index.css diff --git a/lps-temp-fe/src/lib/format.ts b/lps-admin/src/lib/format.ts similarity index 100% rename from lps-temp-fe/src/lib/format.ts rename to lps-admin/src/lib/format.ts diff --git a/lps-temp-fe/src/main.tsx b/lps-admin/src/main.tsx similarity index 100% rename from lps-temp-fe/src/main.tsx rename to lps-admin/src/main.tsx diff --git a/lps-temp-fe/src/pages/Costs.tsx b/lps-admin/src/pages/Costs.tsx similarity index 100% rename from lps-temp-fe/src/pages/Costs.tsx rename to lps-admin/src/pages/Costs.tsx diff --git a/lps-temp-fe/src/pages/Crawl.tsx b/lps-admin/src/pages/Crawl.tsx similarity index 100% rename from lps-temp-fe/src/pages/Crawl.tsx rename to lps-admin/src/pages/Crawl.tsx diff --git a/lps-temp-fe/src/pages/Dashboard.tsx b/lps-admin/src/pages/Dashboard.tsx similarity index 100% rename from lps-temp-fe/src/pages/Dashboard.tsx rename to lps-admin/src/pages/Dashboard.tsx diff --git a/lps-temp-fe/src/pages/Jobs.tsx b/lps-admin/src/pages/Jobs.tsx similarity index 100% rename from lps-temp-fe/src/pages/Jobs.tsx rename to lps-admin/src/pages/Jobs.tsx diff --git a/lps-temp-fe/src/pages/Products.tsx b/lps-admin/src/pages/Products.tsx similarity index 100% rename from lps-temp-fe/src/pages/Products.tsx rename to lps-admin/src/pages/Products.tsx diff --git a/lps-temp-fe/src/pages/Settings.tsx b/lps-admin/src/pages/Settings.tsx similarity index 100% rename from lps-temp-fe/src/pages/Settings.tsx rename to lps-admin/src/pages/Settings.tsx diff --git a/lps-temp-fe/tsconfig.json b/lps-admin/tsconfig.json similarity index 100% rename from lps-temp-fe/tsconfig.json rename to lps-admin/tsconfig.json diff --git a/lps-temp-fe/tsconfig.tsbuildinfo b/lps-admin/tsconfig.tsbuildinfo similarity index 100% rename from lps-temp-fe/tsconfig.tsbuildinfo rename to lps-admin/tsconfig.tsbuildinfo diff --git a/lps-temp-fe/vite.config.ts b/lps-admin/vite.config.ts similarity index 100% rename from lps-temp-fe/vite.config.ts rename to lps-admin/vite.config.ts