mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-21 10:17:24 +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,4 +1,3 @@
|
|||
import { GlobeIcon } from "@rallly/icons";
|
||||
import { cn } from "@rallly/ui";
|
||||
import {
|
||||
Dialog,
|
||||
|
@ -10,6 +9,7 @@ import {
|
|||
} from "@rallly/ui/dialog";
|
||||
import { Label } from "@rallly/ui/label";
|
||||
import dayjs from "dayjs";
|
||||
import { GlobeIcon } from "lucide-react";
|
||||
import React from "react";
|
||||
import { useInterval } from "react-use";
|
||||
import spacetime from "spacetime";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue