diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-08-14 22:43:31 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-08-14 22:43:31 +0000 |
| commit | 349745ea2a829573376c2ff990bca46a61cd902d (patch) | |
| tree | a3e10fc636f7474c124819695792fe74834acb0c /src/pages/index.tsx | |
| parent | 8641032cbf8099a9d74ac4f89c855a5246b7a58e (diff) | |
| download | pantry-349745ea2a829573376c2ff990bca46a61cd902d.tar.gz pantry-349745ea2a829573376c2ff990bca46a61cd902d.tar.bz2 pantry-349745ea2a829573376c2ff990bca46a61cd902d.zip | |
Fix react import error
Diffstat (limited to 'src/pages/index.tsx')
| -rw-r--r-- | src/pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 674878a..c5f0994 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -10,7 +10,7 @@ import { } from "semantic-ui-react"; import styles from "../styles/Home.module.css"; -import { useMemo, useState } from "react"; +import React, { useMemo, useState } from "react"; import AddItem from "../components/add-item"; import { getGetItemsQueryKey, |
