From 8056f0e5d5c775808d78785d546c96f581c3c6ff Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:00:50 -0500 Subject: [PATCH] Remove template stuff --- webui/README.md | 8 -------- webui/index.html | 3 +-- webui/public/vite.svg | 1 - 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 webui/README.md delete mode 100644 webui/public/vite.svg diff --git a/webui/README.md b/webui/README.md deleted file mode 100644 index f768e33..0000000 --- a/webui/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# React + Vite - -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. - -Currently, two official plugins are available: - -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh diff --git a/webui/index.html b/webui/index.html index 0c589ec..f2717ee 100644 --- a/webui/index.html +++ b/webui/index.html @@ -2,9 +2,8 @@ - - Vite + React + EW private server
diff --git a/webui/public/vite.svg b/webui/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/webui/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file