From 3259c3c3e284099065a23a4dcd8576a07582bb13 Mon Sep 17 00:00:00 2001 From: Elian Ibaj Date: Mon, 22 Nov 2021 15:57:41 +0100 Subject: [PATCH] cleanup vite starter --- index.html | 3 +-- src/App.css | 42 ------------------------------------------ src/App.jsx | 44 ++------------------------------------------ src/favicon.svg | 15 --------------- src/logo.svg | 7 ------- 5 files changed, 3 insertions(+), 108 deletions(-) delete mode 100644 src/App.css delete mode 100644 src/favicon.svg delete mode 100644 src/logo.svg diff --git a/index.html b/index.html index b46ab83..5bde35d 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,8 @@ - - Vite App + SHPX: Modern Interior for your Dream House
diff --git a/src/App.css b/src/App.css deleted file mode 100644 index 8da3fde..0000000 --- a/src/App.css +++ /dev/null @@ -1,42 +0,0 @@ -.App { - text-align: center; -} - -.App-logo { - height: 40vmin; - pointer-events: none; -} - -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } -} - -.App-header { - background-color: #282c34; - min-height: 100vh; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; -} - -.App-link { - color: #61dafb; -} - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} - -button { - font-size: calc(10px + 2vmin); -} diff --git a/src/App.jsx b/src/App.jsx index 7d4eb10..a0309a7 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,45 +1,5 @@ -import { useState } from 'react' -import logo from './logo.svg' -import './App.css' - function App() { - const [count, setCount] = useState(0) - - return ( -
-
- logo -

Hello Vite + React!

-

- -

-

- Edit App.jsx and save to test HMR updates. -

-

- - Learn React - - {' | '} - - Vite Docs - -

-
-
- ) + return
TODO
; } -export default App +export default App; diff --git a/src/favicon.svg b/src/favicon.svg deleted file mode 100644 index de4aedd..0000000 --- a/src/favicon.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/src/logo.svg b/src/logo.svg deleted file mode 100644 index 6b60c10..0000000 --- a/src/logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -