Skip to content

Commit aea6bfd

Browse files
committed
bug: missing title on safari
1 parent 9cea2da commit aea6bfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { Link } from "react-router-dom";
2828

2929
import { Button } from "@heroui/button";
3030
import { EditIcon } from "@/components/icons";
31+
import { title } from "@/components/primitives";
3132
import DefaultLayout from "@/layouts/default";
3233
import PaginatedTable from "@/components/paginated-table";
3334
import AddFeedbackModal from "@/components/modals/add-feedback-modal";

0 commit comments

Comments
 (0)