Blame view
imports/startup/client/index.js
161 Bytes
cac7cbc73
|
1 2 |
import { Bert } from 'meteor/themeteorchef:bert'; import 'bootstrap/dist/css/bootstrap.min.css'; |
f0c912bf1
|
3 |
import './routes.js'; |
2b1ad7917
|
4 5 |
Bert.defaults.style = 'growl-top-right'; |