From cb74ca07e133654ef8b11dc9b8d6c25b637d5b4a Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sat, 11 Aug 2018 08:36:32 -0500 Subject: [PATCH] fix css path --- src/FilterLists.Web/ClientApp/boot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/boot.tsx b/src/FilterLists.Web/ClientApp/boot.tsx index 3e6ba3557..ff9c3c201 100644 --- a/src/FilterLists.Web/ClientApp/boot.tsx +++ b/src/FilterLists.Web/ClientApp/boot.tsx @@ -4,7 +4,7 @@ import { AppContainer } from "react-hot-loader"; import { BrowserRouter } from "react-router-dom"; import * as RoutesModule from "./routes"; import "bootstrap"; -import "../css/site.css"; +import "./css/site.css"; let routes = RoutesModule.routes; function renderApp() {