aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.tsx')
-rw-r--r--src/pages/index.tsx2
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,