diff options
Diffstat (limited to 'examples/with-react-native-web/apps/web/styles/index.module.css')
| -rw-r--r-- | examples/with-react-native-web/apps/web/styles/index.module.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/with-react-native-web/apps/web/styles/index.module.css b/examples/with-react-native-web/apps/web/styles/index.module.css new file mode 100644 index 0000000..d2a4fa1 --- /dev/null +++ b/examples/with-react-native-web/apps/web/styles/index.module.css @@ -0,0 +1,3 @@ +.container { + text-align: center; +} |
