Skip to content

Commit

Permalink
🐛 Fixed missing selicolom
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Jan 28, 2018
1 parent f28d3c6 commit d80ec5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import './style';
import App from './components/app';

// All the code in this project is licensed under the terms of the GNU AGPLv3 license.
// COPYRIGHT (C) Webgem ALL RIGHTS RESERVED.
// More INFO AT https://github.com/webgem-xyz/UVA-React#license-information
// All code can be found at https://github.com/webgem-xyz/UVA-React
// You can read our LICENSE at https://github.com/webgem-xyz/UVA-React/blob/master/LICENSE

export default App;

0 comments on commit d80ec5c

Please sign in to comment.