UNPKG
react-beautiful-grid-shahab
Version:
latest (1.1.0)
1.1.0
1.0.1
react-beautiful-grid-shahab
/
src
/
index.js
5 lines
(4 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
/**
@format
*/
import
"./styles/tailwind.css"
;
import
{
PaginatedTable
}
from
"../src/components/table/PaginatedTable"
;
export
default
PaginatedTable
;