mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 14:52:54 +01:00
fix: updated package name to follow best practices
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Noodl-Editor",
|
||||
"name": "noodl-editor",
|
||||
"productName": "Noodl Editor",
|
||||
"description": "Low-code for when experience matter",
|
||||
"author": "Noodl <info@noodl.net>",
|
||||
|
||||
@@ -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) {}
|
||||
|
||||
Reference in New Issue
Block a user