From b958d74b92d8800bce25322bcc8b65098f696325 Mon Sep 17 00:00:00 2001 From: Daniel <50052685+schroda@users.noreply.github.com> Date: Mon, 6 Feb 2023 10:07:26 +0100 Subject: [PATCH] Fix import path (#228) --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 8185b753..45dd6a9f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -8,7 +8,7 @@ import React from 'react'; import ReactDOM from 'react-dom'; import App from 'App'; -import 'src/index.css'; +import 'index.css'; // roboto font import '@fontsource/roboto';