Skip to content

Commit 32a8aa4

Browse files
author
nicosammito
committed
refactor: update import paths for hashToColor and remove unused imports in Editor stories
1 parent 6aa8396 commit 32a8aa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/editor/Editor.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import React from "react";
2-
import {Editor, EditorTokenHighlights, EditorTokenizer} from "./Editor";
2+
import {Editor, EditorTokenHighlights} from "./Editor";
33
import {Badge} from "../badge/Badge";
4-
import {hashToColor} from "../d-flow/DFlow.util";
54
import {FullScreen} from "../fullscreen/FullScreen";
65
import {CompletionContext, CompletionResult} from "@codemirror/autocomplete";
76
import {syntaxTree} from "@codemirror/language";
7+
import {hashToColor} from "../../utils";
88

99

1010
export const Concept: React.FC = () => {

0 commit comments

Comments
 (0)