This commit is contained in:
rizky 2024-07-17 02:32:41 -07:00
parent 86a914297f
commit ca67c8beac
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ export { Menu, MenuIcon } from "@/preset/menu/Menu";
export { ShowHidePanel } from "@/comps/custom/ShowHidePanel"; export { ShowHidePanel } from "@/comps/custom/ShowHidePanel";
export { PanelBody } from "@/comps/tab/parts/PanelBody"; export { PanelBody } from "@/comps/tab/parts/PanelBody";
export { PanelHeader } from "@/comps/tab/parts/PanelHead"; export { PanelHeader } from "@/comps/tab/parts/PanelHead";
export { PanelTab } from "@/comps/tab/Tab";
/*Popup*/ /*Popup*/
export { Popup } from "@/comps/popup/PopUp"; export { Popup } from "@/comps/popup/PopUp";