mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-11 11:02:47 +00:00
coming along well - electron is pretty nice
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import Wrapper from './Wrapper';
|
||||
import { Wrapper } from './Wrapper/Wrapper';
|
||||
import 'babel-polyfill';
|
||||
|
||||
// base styling
|
||||
import './scss/index.scss';
|
||||
|
||||
ReactDOM.render(<Wrapper />, document.getElementById('app'));
|
||||
|
||||
Reference in New Issue
Block a user