UNPKG
deuce-rss-timeline
Version:
latest (1.1.0)
1.1.0
RSS Timeline
github.com/PavelDeuce/frontend-project-lvl3
PavelDeuce/frontend-project-lvl3
deuce-rss-timeline
/
src
/
index.js
6 lines
(4 loc)
•
100 B
JavaScript
View Raw
1
2
3
4
5
6
import
'bootstrap'
;
import
'bootstrap/dist/css/bootstrap.min.css'
;
import
app
from
'./app'
;
app
();