Little tweaks
This commit is contained in:
parent
7a41433f16
commit
a697cf56c3
3
public/css/app.css
Normal file
3
public/css/app.css
Normal file
@ -0,0 +1,3 @@
|
||||
/**
|
||||
* Custom styles for electron app
|
||||
*/
|
@ -5,6 +5,7 @@
|
||||
<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/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 />
|
||||
}
|
Loading…
Reference in New Issue
Block a user