Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
isoppp committed Jul 10, 2023
1 parent 4099f46 commit b86dfa0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Action from "@reearth/beta/features/Editor/Tabs/story/SidePanel/Action";
import Item from "@reearth/beta/features/Editor/Tabs/story/SidePanel/Item";
import PageItemWrapper from "@reearth/beta/features/Editor/Tabs/story/SidePanel/PageItemWrapper";
import Action from "@reearth/beta/features/Editor/tabs/story/SidePanel/Action";
import Item from "@reearth/beta/features/Editor/tabs/story/SidePanel/Item";
import PageItemWrapper from "@reearth/beta/features/Editor/tabs/story/SidePanel/PageItemWrapper";
import { useT } from "@reearth/services/i18n";
import { styled } from "@reearth/services/theme";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Action from "@reearth/beta/features/Editor/Tabs/story/SidePanel/Action";
import Item from "@reearth/beta/features/Editor/Tabs/story/SidePanel/Item";
import Action from "@reearth/beta/features/Editor/tabs/story/SidePanel/Action";
import Item from "@reearth/beta/features/Editor/tabs/story/SidePanel/Item";
import { useT } from "@reearth/services/i18n";
import { styled } from "@reearth/services/theme";

Expand Down
4 changes: 2 additions & 2 deletions web/src/beta/features/Editor/tabs/story/SidePanel/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import SidePanelCommon from "@reearth/beta/features/Editor/SidePanel";
import ContentPage from "@reearth/beta/features/Editor/Tabs/story/SidePanel/ContentPage";
import ContentStory from "@reearth/beta/features/Editor/Tabs/story/SidePanel/ContentStory";
import ContentPage from "@reearth/beta/features/Editor/tabs/story/SidePanel/ContentPage";
import ContentStory from "@reearth/beta/features/Editor/tabs/story/SidePanel/ContentStory";
import { useT } from "@reearth/services/i18n";

// TODO: these are currently rough definition
Expand Down

0 comments on commit b86dfa0

Please sign in to comment.