mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-04 08:58:40 +02:00
♻️ Switch to app router (#922)
This commit is contained in:
parent
41f85279bb
commit
95feb9f01a
181 changed files with 2507 additions and 2494 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue