Skip to content

Commit

Permalink
build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
palldas committed May 23, 2024
1 parent 6cf2a87 commit 818a836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/ItemsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
} from "@chakra-ui/react";
import { ArrowForwardIcon, SearchIcon } from "@chakra-ui/icons";
import ItemGroup from "../components/ItemGroup";
import { Navigate, useNavigate } from "react-router-dom";
import { useNavigate } from "react-router-dom";

// Define the types for items
type Item = {
Expand Down

0 comments on commit 818a836

Please sign in to comment.