From 7e453f3b2cce56c2913e74e6ca44b3ca272c3463 Mon Sep 17 00:00:00 2001 From: amjed-ali-k Date: Sat, 28 Oct 2023 23:32:32 +0530 Subject: [PATCH] fix: tool directories --- .../{ => tools}/result-formatter/_components/form.tsx | 0 .../history/_components/historyTable.tsx | 0 .../{ => tools}/result-formatter/history/page.tsx | 0 .../dashboard/{ => tools}/result-formatter/page.tsx | 0 .../progress/_components/batchlistTable.tsx | 0 .../{ => tools}/result-formatter/progress/page.tsx | 0 src/components/Navigation.tsx | 10 +++++----- 7 files changed, 5 insertions(+), 5 deletions(-) rename src/app/dashboard/{ => tools}/result-formatter/_components/form.tsx (100%) rename src/app/dashboard/{ => tools}/result-formatter/history/_components/historyTable.tsx (100%) rename src/app/dashboard/{ => tools}/result-formatter/history/page.tsx (100%) rename src/app/dashboard/{ => tools}/result-formatter/page.tsx (100%) rename src/app/dashboard/{ => tools}/result-formatter/progress/_components/batchlistTable.tsx (100%) rename src/app/dashboard/{ => tools}/result-formatter/progress/page.tsx (100%) diff --git a/src/app/dashboard/result-formatter/_components/form.tsx b/src/app/dashboard/tools/result-formatter/_components/form.tsx similarity index 100% rename from src/app/dashboard/result-formatter/_components/form.tsx rename to src/app/dashboard/tools/result-formatter/_components/form.tsx diff --git a/src/app/dashboard/result-formatter/history/_components/historyTable.tsx b/src/app/dashboard/tools/result-formatter/history/_components/historyTable.tsx similarity index 100% rename from src/app/dashboard/result-formatter/history/_components/historyTable.tsx rename to src/app/dashboard/tools/result-formatter/history/_components/historyTable.tsx diff --git a/src/app/dashboard/result-formatter/history/page.tsx b/src/app/dashboard/tools/result-formatter/history/page.tsx similarity index 100% rename from src/app/dashboard/result-formatter/history/page.tsx rename to src/app/dashboard/tools/result-formatter/history/page.tsx diff --git a/src/app/dashboard/result-formatter/page.tsx b/src/app/dashboard/tools/result-formatter/page.tsx similarity index 100% rename from src/app/dashboard/result-formatter/page.tsx rename to src/app/dashboard/tools/result-formatter/page.tsx diff --git a/src/app/dashboard/result-formatter/progress/_components/batchlistTable.tsx b/src/app/dashboard/tools/result-formatter/progress/_components/batchlistTable.tsx similarity index 100% rename from src/app/dashboard/result-formatter/progress/_components/batchlistTable.tsx rename to src/app/dashboard/tools/result-formatter/progress/_components/batchlistTable.tsx diff --git a/src/app/dashboard/result-formatter/progress/page.tsx b/src/app/dashboard/tools/result-formatter/progress/page.tsx similarity index 100% rename from src/app/dashboard/result-formatter/progress/page.tsx rename to src/app/dashboard/tools/result-formatter/progress/page.tsx diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index f89c45b..4bd3deb 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -122,7 +122,7 @@ export function NavBar() {
@@ -135,19 +135,19 @@ export function NavBar() { Upload your result and get started. View your previous analysis results. View aggregated analysis of each student in your class. @@ -168,7 +168,7 @@ export function NavBar() {