Skip to content

Commit cb5078a

Browse files
author
Artur Bien
committed
docs(container): add missing imports
1 parent a15966c commit cb5078a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

example/src/util/Container.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
import React from 'react';
2-
import { StyleSheet, ScrollView, View } from 'react-native';
2+
import {
3+
StyleSheet,
4+
ScrollView,
5+
View,
6+
StyleProp,
7+
ViewStyle,
8+
} from 'react-native';
39
import { original, Text } from 'react95-native';
410

511
const styles = StyleSheet.create({

0 commit comments

Comments
 (0)