diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-05-12 16:48:14 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-05-12 16:48:14 -0700 |
commit | 8c0f25250295d6795e190c3a023cf07c04837a1e (patch) | |
tree | 21dff83a79730f6f0c253358766e9b82ecd6ed9a /src/index.css.js | |
parent | de9ae8b949d2f3d111427923a1838cba0a503b61 (diff) |
Add example React component
This will likely expand to show off some of the nicer features of this
webpack config
Diffstat (limited to 'src/index.css.js')
-rw-r--r-- | src/index.css.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.css.js b/src/index.css.js new file mode 100644 index 0000000..948fbcd --- /dev/null +++ b/src/index.css.js @@ -0,0 +1 @@ +export const app = { fontSize: '40px' } |