diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-07-08 17:42:47 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-07-09 15:56:47 -0400 |
| commit | f78bb9fea2128825d9c9cf4a64a7b78a288250b1 (patch) | |
| tree | 4e1f88d9c538bd0b92153982b9c9839dcb40b020 /src/components/moments | |
| parent | 8b3bb9164453498b78e497e4e8f3a5252b4159ea (diff) | |
Add logic to create custom category action
Diffstat (limited to 'src/components/moments')
| -rw-r--r-- | src/components/moments/Moment.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx index ca736b92..12c1fda4 100644 --- a/src/components/moments/Moment.tsx +++ b/src/components/moments/Moment.tsx @@ -1,4 +1,3 @@ -import {useNavigation} from '@react-navigation/native'; import React from 'react'; import {StyleProp, StyleSheet, View, ViewStyle} from 'react-native'; import {Text} from 'react-native-animatable'; |
