Skip to content

Commit

Permalink
fix: update reference to ConnectStateWrapper component in Flash compo…
Browse files Browse the repository at this point in the history
…nent
  • Loading branch information
jamiehenson committed Apr 2, 2024
1 parent 3179c9c commit 6d5cd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Flash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import DOMPurify from "dompurify";
import { nanoid } from "nanoid/non-secure";

import { getRemoteDataStore } from "./remote-data-store.js";
import ConnectStateWrapper from "./ConnectStateWrapper.tsx";
import ConnectStateWrapper from "./ConnectStateWrapper";
import Icon from "./Icon";
import "./Flash/component.css";

Expand Down

0 comments on commit 6d5cd62

Please sign in to comment.