From 0185aa5eeca1478623174f614860b61dd8e15af1 Mon Sep 17 00:00:00 2001 From: Elijah Lucian Date: Sun, 11 Apr 2021 14:42:56 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 1 + frontend/public/index.html | 7 +++++-- frontend/public/manifest.json | 21 ++------------------- frontend/src/App.tsx | 5 ++--- frontend/src/{ => api}/data/index.ts | 2 +- frontend/src/api/index.ts | 2 +- frontend/src/pages/Dashboard.tsx | 7 +------ frontend/src/pages/Login.tsx | 2 +- frontend/src/pages/Profile.tsx | 6 +----- frontend/src/scss/{App.scss => app.scss} | 17 +++++++---------- 10 files changed, 22 insertions(+), 48 deletions(-) rename frontend/src/{ => api}/data/index.ts (72%) rename frontend/src/scss/{App.scss => app.scss} (83%) diff --git a/docker-compose.yml b/docker-compose.yml index bc66904..defb55c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,6 +6,7 @@ services: context: ./frontend volumes: - ./frontend/src:/usr/src/frontend/src + - ./frontend/public:/usr/src/frontend/public ports: - 3000:3000 environment: diff --git a/frontend/public/index.html b/frontend/public/index.html index 6649e3e..e362743 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -2,11 +2,14 @@ - + - +