UNPKG
trello-sprinter
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Provides summarizations of sprint activity in a Trello project
trello-sprinter
/
index.js
7 lines
(4 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
'./trello.scss'
;
import
{
TrelloSprinter
}
from
'./src/TrelloSprinter'
;
export
default
TrelloSprinter
;
export
{
TrelloSprinter
};