From 2f4d44bca6e9abb3d3c7763145a09da25817423f Mon Sep 17 00:00:00 2001 From: Adam Boettcher Date: Tue, 9 Jan 2024 21:28:25 -0800 Subject: [PATCH] cleanup --- src/App.jsx | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 34bc24a..2970309 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,6 +1,4 @@ import { useState } from 'react' -import reactLogo from './assets/react.svg' -import viteLogo from '/vite.svg' import './App.css' function App() { @@ -8,28 +6,16 @@ function App() { return ( <> -
- - Vite logo - - - React logo - -
+ +

💻

adam boettcher

-

developmenet projects

gpts

-
- -

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

-
-

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

+

apps

+
+
+
+

baboettcher@gmail.com

+ ) }