From 02c9680231bc4405ce14a6f2a26e5e050ef3d176 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 13 Nov 2025 21:39:36 +0100 Subject: [PATCH] testing variables --- public/vite.svg | 1 - src/App.tsx | 25 ++----------------------- src/assets/react.svg | 1 - 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 public/vite.svg delete mode 100644 src/assets/react.svg diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index 7c60a27..4c1ddd6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,30 +1,9 @@ -import { useState } from 'react' -import reactLogo from './assets/react.svg' -import viteLogo from '/vite.svg' +const welcome = "Hello there!" function App() { - const [count, setCount] = useState(0) - return (
-
- - Vite logo - - - React logo - -
-

Vite + React + Tailwind

- -

- Edit src/App.tsx and save to test HMR -

-

- Click on the Vite and React logos to learn more -

+

{welcome}

) } diff --git a/src/assets/react.svg b/src/assets/react.svg deleted file mode 100644 index 6c87de9..0000000 --- a/src/assets/react.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file