Skip to content

Commit

Permalink
TASK: Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesAlias authored and markusguenther committed Feb 22, 2023
1 parent fb71a25 commit d661e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neos-ui/src/preprocessNodeConfiguration.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import produce from 'immer';
import {Node, NodeChild} from '@neos-project/neos-ts-interfaces';
import produce from "immer";

type ViewConfiguration = Record<string, any>;

Expand Down

0 comments on commit d661e61

Please sign in to comment.