We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6960208 commit ada01e3Copy full SHA for ada01e3
app/src/containers/LeftContainer.tsx
@@ -5,7 +5,7 @@ import { BrowserRouter as Router } from 'react-router-dom';
5
import Sidebar from '../components/left/Sidebar';
6
7
function App() {
8
- const [value, setValue] = useState<number | null>(null);
+ const [value, setValue] = useState<number | null>(5);
9
10
return (
11
<div style={{ display: 'flex' }}>
0 commit comments