Skip to content

Commit

Permalink
Move CustomListItem.tsx to PanelTabs directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Sep 24, 2024
1 parent 38a31b7 commit 3aa0e0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
TAB_NAME,
} from "../../../typings/tab";
import {formatSizeInBytes} from "../../../utils/units";
import CustomListItem from "../../CustomListItem";
import CustomListItem from "./CustomListItem";
import CustomTabPanel from "./CustomTabPanel";


Expand Down

0 comments on commit 3aa0e0a

Please sign in to comment.