mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -5,8 +5,8 @@ import * as AppShell from "ui/layouts/AppShell/AppShell";
|
||||
|
||||
const DataSchemaCanvas = lazy(() =>
|
||||
import("ui/modules/data/components/canvas/DataSchemaCanvas").then((m) => ({
|
||||
default: m.DataSchemaCanvas
|
||||
}))
|
||||
default: m.DataSchemaCanvas,
|
||||
})),
|
||||
);
|
||||
|
||||
export function DataSchemaIndex() {
|
||||
|
||||
Reference in New Issue
Block a user