diff options
author | Ansh <anshnanda10@gmail.com> | 2023-04-25 12:01:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 14:01:47 -0500 |
commit | 01410ad4bfb5e49aa954ee2e65964a43b1aaf401 (patch) | |
tree | 551fb734cef583d7d4a6fc195fea5d3cb058024d /src/view/com/util/Alert.tsx | |
parent | b00365c196ba4709f90e9d90b0f8757248c0189e (diff) | |
download | voidsky-01410ad4bfb5e49aa954ee2e65964a43b1aaf401.tar.zst |
create Alert.tsx and Alert.web.tsx and replace uses (#513)
Diffstat (limited to 'src/view/com/util/Alert.tsx')
-rw-r--r-- | src/view/com/util/Alert.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/util/Alert.tsx b/src/view/com/util/Alert.tsx new file mode 100644 index 000000000..e91640dcd --- /dev/null +++ b/src/view/com/util/Alert.tsx @@ -0,0 +1 @@ +export {Alert} from 'react-native' |