Organize files
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -10,7 +10,7 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
});
|
||||
|
||||
const ActionButton = () => {
|
||||
const FloatingActionButton = () => {
|
||||
const [state, setState] = React.useState(false);
|
||||
|
||||
return (
|
||||
@@ -51,4 +51,4 @@ const ActionButton = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default ActionButton;
|
||||
export default FloatingActionButton;
|
@@ -1,2 +1,3 @@
|
||||
export { default as FloatingActionButton } from './floatingActionButton';
|
||||
export { default as LoadingView } from './loadingView';
|
||||
export { default as PaddedView } from './paddedView';
|
||||
|
Reference in New Issue
Block a user