Skip to content

Commit

Permalink
Fixed import typo in layout.d.ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
vazonik committed May 14, 2024
1 parent 36dea8b commit 71dca73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import * as _Dashboards from "../dashboards.src";

import _EditMode from "../es-modules/Dashboards/EditMode/EditMode";
import _FullScreen from "../es-modules/Dashboards/EditMode/FullScreen";
import _FullScreen from "../es-modules/Dashboards/EditMode/Fullscreen";

import "../es-modules/Dashboards/EditMode/EditMode";
import "../es-modules/Dashboards/EditMode/FullScreen";
Expand Down

0 comments on commit 71dca73

Please sign in to comment.