fix port expose

parent 0d443902
Pipeline #847 passed with stages
in 20 seconds
import { useState } from 'react' import { useState } from 'react'
import './App.css'
import reactLogo from './assets/react.svg' import reactLogo from './assets/react.svg'
import viteLogo from '/vite.svg' import viteLogo from '/vite.svg'
import './App.css'
function App() { function App() {
const [count, setCount] = useState(0) const [count, setCount] = useState(0)
...@@ -9,23 +9,23 @@ function App() { ...@@ -9,23 +9,23 @@ function App() {
return ( return (
<> <>
<div> <div>
<a href="https://vite.dev" target="_blank"> <a href='https://vite.dev' target='_blank'>
<img src={viteLogo} className="logo" alt="Vite logo" /> <img src={viteLogo} className='logo' alt='Vite logo' />
</a> </a>
<a href="https://react.dev" target="_blank"> <a href='https://react.dev' target='_blank'>
<img src={reactLogo} className="logo react" alt="React logo" /> <img src={reactLogo} className='logo react' alt='React logo' />
</a> </a>
</div> </div>
<h1>Vite + React</h1> <h1>МЫ СДЕЛАЛИ ПОСТАВКУ ФРОНТА</h1>
<div className="card"> <div className='card'>
<button onClick={() => setCount((count) => count + 1)}> <button onClick={() => setCount(count => count + 1)}>
count is {count} count is {count}
</button> </button>
<p> <p>
Edit <code>src/App.tsx</code> and save to test HMR Edit <code>src/App.tsx</code> and save to test HMR
</p> </p>
</div> </div>
<p className="read-the-docs"> <p className='read-the-docs'>
Click on the Vite and React logos to learn more Click on the Vite and React logos to learn more
</p> </p>
</> </>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment