fix folder component
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import React from "react";
|
||||
import { Text, TouchableOpacity } from "react-native";
|
||||
import buttonStyles from "./buttonStyles";
|
||||
import buttonStyles from "./buttonCustomStyles";
|
||||
|
||||
// Definisi props dengan TypeScript
|
||||
|
||||
|
||||
@@ -1,19 +1,30 @@
|
||||
import { TextInputCustom } from "./TextInput/TextInputCustom";
|
||||
import ButtonCustom from "./Button/ButtonCustom";
|
||||
// Alert
|
||||
import AlertCustom from "./Alert/AlertCustom";
|
||||
// Button
|
||||
import BackButton from "./Button/BackButton";
|
||||
import ButtonCustom from "./Button/ButtonCustom";
|
||||
// Drawer
|
||||
import DrawerCustom from "./Drawer/DrawerCustom";
|
||||
import MenuDrawerDynamicGrid from "./Drawer/MenuDrawerDynamicGird";
|
||||
// ShareComponent
|
||||
import ViewWrapper from "./_ShareComponent/ViewWrapper";
|
||||
import BackButton from "./_ShareComponent/BackButton";
|
||||
import Spacing from "./_ShareComponent/Spacing";
|
||||
import TruncatedText from "./_ShareComponent/TruncatedText";
|
||||
import Spacing from "./_ShareComponent/Spacing";
|
||||
// TextInput
|
||||
import { TextInputCustom } from "./TextInput/TextInputCustom";
|
||||
|
||||
export {
|
||||
TextInputCustom,
|
||||
ButtonCustom,
|
||||
AlertCustom,
|
||||
DrawerCustom,
|
||||
ViewWrapper,
|
||||
// Button
|
||||
BackButton,
|
||||
ButtonCustom,
|
||||
// Drawer
|
||||
DrawerCustom,
|
||||
MenuDrawerDynamicGrid,
|
||||
// ShareComponent
|
||||
Spacing,
|
||||
TruncatedText,
|
||||
ViewWrapper,
|
||||
// TextInput
|
||||
TextInputCustom,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user