fix(tailwindcss): removed unused imports and App.css
Gitea Vite Build Action / Vite-Build (push) Successful in 30s Details

This commit is contained in:
Sven Vogel 2024-10-24 21:28:01 +02:00
parent 6317ad2802
commit 6dd7624458
4 changed files with 2 additions and 7 deletions

View File

@ -1 +0,0 @@

View File

@ -1,10 +1,4 @@
import { useState } from 'react'
import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg'
import './App.css'
function App() { function App() {
const [count, setCount] = useState(0)
return ( return (
<> <>

1
tsconfig.app.tsbuildinfo Normal file
View File

@ -0,0 +1 @@
{"root":["./src/App.tsx","./src/main.tsx","./src/vite-env.d.ts"],"version":"5.6.3"}

View File

@ -0,0 +1 @@
{"root":["./vite.config.ts"],"version":"5.6.3"}