From e8f47b6ce215f8c430f0063c2aaee8053e58e972 Mon Sep 17 00:00:00 2001 From: TadeasNovakVSCODE Date: Tue, 3 Mar 2026 20:22:13 +0100 Subject: [PATCH] typo fix --- src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index f67355a..2dc74f5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,4 +1,4 @@ -import { useState } from 'react' +import {useState} from 'react' import reactLogo from './assets/react.svg' import viteLogo from '/vite.svg' import './App.css' @@ -19,7 +19,7 @@ function App() {

Vite + React

Edit src/App.jsx and save to test HMR