From 679f2b5d3ac13f93c9e58a2787b948feb1ff60bf Mon Sep 17 00:00:00 2001 From: Saeed Abadiyan Date: Mon, 11 Aug 2025 03:37:14 +0330 Subject: [PATCH] update the router --- app/routes.ts | 1 + tailwind.config.js | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 tailwind.config.js diff --git a/app/routes.ts b/app/routes.ts index 351ef08..ef7e3f3 100644 --- a/app/routes.ts +++ b/app/routes.ts @@ -4,6 +4,7 @@ export default [ route("login", "routes/login.tsx"), route("dashboard", "routes/dashboard.tsx"), route("dashboard/project-management", "routes/project-management.tsx"), + route("dashboard/innovation-basket/process-innovation", "routes/innovation-basket.process-innovation.tsx"), route("projects", "routes/projects.tsx"), route("404", "routes/404.tsx"), route("unauthorized", "routes/unauthorized.tsx"), diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..a5ae169 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,9 @@ +module.exports = { + theme: { + extend: { + colors: { + } + }, + }, +}; +