Little tweaks
This commit is contained in:
parent
7a41433f16
commit
a697cf56c3
2
Procfile
2
Procfile
@ -1,2 +1,2 @@
|
||||
react: npm run react-start
|
||||
electron: npm run electron-start
|
||||
electron: npm run electron-start
|
||||
|
3
public/css/app.css
Normal file
3
public/css/app.css
Normal file
@ -0,0 +1,3 @@
|
||||
/**
|
||||
* Custom styles for electron app
|
||||
*/
|
2
public/css/bootstrap.min.css
vendored
2
public/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,8 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<link rel="stylesheet" href="%PUBLIC_URL%/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="%PUBLIC_URL%/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="%PUBLIC_URL%/css/app.css" />
|
||||
<title>Inferno App</title>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -5,5 +5,5 @@ import Col from 'inferno-bootstrap/dist/Col'
|
||||
export {
|
||||
Col,
|
||||
Container,
|
||||
Row
|
||||
Row,
|
||||
}
|
||||
|
@ -1,5 +1 @@
|
||||
import * as Grid from './Grid'
|
||||
|
||||
export {
|
||||
Grid,
|
||||
}
|
||||
export * from './Grid'
|
||||
|
@ -1,3 +1,3 @@
|
||||
export const CameraList = () => {
|
||||
|
||||
}
|
||||
return <div />
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
export * from './CameraList';
|
||||
export * from './CameraList';
|
||||
|
@ -1 +1 @@
|
||||
export * from './CameraList'
|
||||
export * from './CameraList'
|
||||
|
Loading…
Reference in New Issue
Block a user