fix: updated package name to follow best practices

This commit is contained in:
Noodl Windows Build User
2024-01-30 18:17:08 +00:00
parent 78af7d6c2a
commit 42e065b586
7 changed files with 11 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import { AppRouter } from "Noodl-Editor/src/editor/src/pages/AppRouter";
import { AppRouter } from "noodl-editor/src/editor/src/pages/AppRouter";
export class AppRoute {
constructor(public readonly router: AppRouter) {}