diff --git a/frontend/README.md b/frontend/README.md index 39ae23c..251ed06 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -19,9 +19,3 @@ npm run dev ```sh npm run build ``` - -### Run Unit Tests with [Vitest](https://vitest.dev/) - -```sh -npm run test:unit -``` diff --git a/frontend/login/index.html b/frontend/login/index.html deleted file mode 100644 index 05192e0..0000000 --- a/frontend/login/index.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Clyde - Login - - -
- - - diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 0089e41..51f8882 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,18 +1,26 @@