From 21e0e9d883cb557cc521f9dbcc98906d5a1b0891 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 15 May 2023 22:52:08 +0000 Subject: [PATCH] add main.css --- frontend/src/index.js | 3 ++- frontend/src/main.css | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 frontend/src/main.css diff --git a/frontend/src/index.js b/frontend/src/index.js index 9935d5c..eb24538 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -1,3 +1,4 @@ import 'bootstrap/scss/bootstrap.scss' - import {} from 'bootstrap' + +import {} from './main.css' diff --git a/frontend/src/main.css b/frontend/src/main.css new file mode 100644 index 0000000..e69de29