Skip to content

Commit

Permalink
Fix optional without label
Browse files Browse the repository at this point in the history
  • Loading branch information
joswarmer committed Sep 20, 2024
1 parent 6811144 commit 0ed961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webapp-lib/src/lib/language/EditorState.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file contains all methods to connect the webapp to the Freon generated language editorEnvironment and to the server that stores the models
import { BoxFactory, FreError, FreErrorSeverity, FreLogger, InMemoryModel } from "@freon4dsl/core"
import { AST, BoxFactory, FreError, FreErrorSeverity, FreLogger, FreUndoManager, InMemoryModel } from "@freon4dsl/core";
import type {
FreEnvironment,
FreNode,
Expand Down

0 comments on commit 0ed961a

Please sign in to comment.