fix: update package name, commit #dedd2f4f1487462cc80454d0d8c72bc6b99eb898 didn't address the whole issue (#12)

This commit is contained in:
Michael Cartner
2024-01-26 17:27:57 +01:00
committed by GitHub
parent 6115782eed
commit 78af7d6c2a
7 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "Noodl",
"name": "Noodl-Editor",
"productName": "Noodl Editor",
"description": "Low-code for when experience matter",
"author": "Noodl <info@noodl.net>",

View File

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