From 724e64c930f02abec45579eecedc491bb711f527 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Fri, 10 Aug 2018 20:44:04 -0500 Subject: [PATCH] fix path to site.css ref #313 --- src/FilterLists.Web/ClientApp/components/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 41a3e54d5..6eb4670ed 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -3,7 +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 "../css/site.css"; import ListDetails from "./ListDetails"; import * as moment from "moment";