♻️ Switch to app router (#922)

This commit is contained in:
Luke Vella 2023-11-06 09:15:49 +00:00 committed by GitHub
parent 41f85279bb
commit 95feb9f01a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
181 changed files with 2507 additions and 2494 deletions

View file

@ -1,8 +1,3 @@
import {
MessageCircleIcon,
MoreHorizontalIcon,
TrashIcon,
} from "@rallly/icons";
import { Button } from "@rallly/ui/button";
import {
DropdownMenu,
@ -12,6 +7,7 @@ import {
} from "@rallly/ui/dropdown-menu";
import { Textarea } from "@rallly/ui/textarea";
import dayjs from "dayjs";
import { MessageCircleIcon, MoreHorizontalIcon, TrashIcon } from "lucide-react";
import { useTranslation } from "next-i18next";
import * as React from "react";
import { Controller, useForm } from "react-hook-form";