diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-09-28 19:49:08 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-09-28 19:49:08 +0200 |
| commit | daee64ac0580b3571cc427a094633c300f024a48 (patch) | |
| tree | 148e6d4c050aa88a503faaadaf126ce6d804b227 /src/views/App.js | |
| parent | 326a3a6881313d2ea2a12e240307528fdc70e366 (diff) | |
intro image
Diffstat (limited to 'src/views/App.js')
| -rw-r--r-- | src/views/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/App.js b/src/views/App.js index bee8f1f..1a3ca42 100644 --- a/src/views/App.js +++ b/src/views/App.js @@ -11,7 +11,7 @@ import Intro from "./Intro.js"; export default function App() { const [db, setDb] = useState(null); - const [intro, setIntro] = useState(false); + const [intro, setIntro] = useState(true); useEffect(async () => { const newDb = await loadDB(); |
