Skip to content

Commit

Permalink
Update RestaurantForm.tsx
Browse files Browse the repository at this point in the history
add icon imports
  • Loading branch information
l4rm4nd authored Feb 3, 2024
1 parent 44e59a4 commit bcb2b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Forms/RestaurantForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useEffect } from "react";

import { Button, Group, Stack, Text, TextInput, useMantineTheme } from "@mantine/core";
import { useForm, zodResolver } from "@mantine/form";
import { IconMapPin, IconPhone } from "@tabler/icons";
import { IconMapPin, IconPhone, IconSun } from "@tabler/icons";
import { useTranslations } from "next-intl";

import type { ModalProps } from "@mantine/core";
Expand Down

0 comments on commit bcb2b51

Please sign in to comment.