From 60f54181d6d5e21d3140953dece51fee7a0d40c5 Mon Sep 17 00:00:00 2001 From: LofiSu <163713803+LofiSu@users.noreply.github.com> Date: Sun, 26 Jan 2025 04:27:57 +0000 Subject: home components --- src/App.tsx | 42 ++++++++++-------------------------------- 1 file changed, 10 insertions(+), 32 deletions(-) (limited to 'src/App.tsx') diff --git a/src/App.tsx b/src/App.tsx index 3d7ded3..b708bf5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,35 +1,13 @@ -import { useState } from 'react' -import reactLogo from './assets/react.svg' -import viteLogo from '/vite.svg' -import './App.css' - -function App() { - const [count, setCount] = useState(0) +import React from 'react'; +import { NextUIProvider } from '@nextui-org/react'; +import HomePage from './HomePage'; +const App: React.FC = () => { return ( - <> -
- - Vite logo - - - React logo - -
-

Vite + React

-
- -

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

-
-

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

- - ) -} + + + + ); +}; -export default App +export default App; -- cgit v1.2.3-70-g09d2