fix component drawer
This commit is contained in:
19
components/index.ts
Normal file
19
components/index.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { TextInputCustom } from "./TextInput/TextInputCustom";
|
||||
import ButtonCustom from "./Button/ButtonCustom";
|
||||
import AlertCustom from "./Alert/AlertCustom";
|
||||
import DrawerCustom from "./Drawer/DrawerCustom";
|
||||
import ViewWrapper from "./_ShareComponent/ViewWrapper";
|
||||
import BackButton from "./_ShareComponent/BackButton";
|
||||
import Spacing from "./_ShareComponent/Spacing";
|
||||
import TruncatedText from "./_ShareComponent/TruncatedText";
|
||||
|
||||
export {
|
||||
TextInputCustom,
|
||||
ButtonCustom,
|
||||
AlertCustom,
|
||||
DrawerCustom,
|
||||
ViewWrapper,
|
||||
BackButton,
|
||||
Spacing,
|
||||
TruncatedText,
|
||||
};
|
||||
Reference in New Issue
Block a user