Skip to content

Instantly share code, notes, and snippets.

@git2thehub
git2thehub / App.jsx
Created September 20, 2023 20:50 — forked from Stefan4D/App.jsx
import { useState } from 'react';
import './App.css';
function App() {
const [count, setCount] = useState(0);
const [error, setError] = useState('');
return (
<>
<h1>