From 31f7e58acc9dc9c765bc969af98b8173c28d6a1c Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Thu, 12 Dec 2024 00:40:41 +0200 Subject: [PATCH] Delete --- instructions.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 instructions.md diff --git a/instructions.md b/instructions.md deleted file mode 100644 index a5785c26278..00000000000 --- a/instructions.md +++ /dev/null @@ -1,8 +0,0 @@ -The task is to migrate the Integrations page from the old @novu/web package to the new @novu/dashboard UI. - -- First start to understand what are the relevant components and pages that we need to migrate. -- Then, create the new pages in the @novu/dashboard package. -- Then, migrate the data and logic from the old package to the new one. -- Make sure to use the new components and theming from the new UI. -- We cannot import anything from the old @novu/web package and need to reimplement the required components. -- Create needed react router routes and update side bar