mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
f4b3baae3e
commit
ec28f44407
2 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import "./css/site.css";
|
||||
import "bootstrap";
|
||||
import * as React from "react";
|
||||
import * as ReactDOM from "react-dom";
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ import { RouteComponentProps } from "react-router";
|
|||
import "isomorphic-fetch";
|
||||
import ReactTable from "react-table"
|
||||
import "react-table/react-table.css"
|
||||
import "./css/site.css";
|
||||
import ListDetails from "./ListDetails";
|
||||
import * as moment from "moment";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue