diff --git a/app/components/ui/avatar.tsx b/app/components/ui/avatar.tsx index 4c31e38..7d8f110 100644 --- a/app/components/ui/avatar.tsx +++ b/app/components/ui/avatar.tsx @@ -1,5 +1,5 @@ -import * as React from "react" import * as AvatarPrimitive from "@radix-ui/react-avatar" +import * as React from "react" import { cn } from "#app/utils/misc.tsx" diff --git a/app/routes/bucnation.tsx b/app/routes/bucnation.tsx index 115f4d6..92cbfbe 100644 --- a/app/routes/bucnation.tsx +++ b/app/routes/bucnation.tsx @@ -1,10 +1,8 @@ -import type { HeadersFunction, LoaderFunctionArgs, ActionFunctionArgs } from "@remix-run/node"; -import { json } from '@remix-run/node'; -import { MetaFunction, useLoaderData, isRouteErrorResponse, useRouteError } from "@remix-run/react"; -import type { ShouldRevalidateFunction } from "@remix-run/react"; +import { type HeadersFunction, type LoaderFunctionArgs, type ActionFunctionArgs , json } from "@remix-run/node"; +import { type MetaFunction, useLoaderData, isRouteErrorResponse, useRouteError ,type ShouldRevalidateFunction } from "@remix-run/react"; +import { Avatar, AvatarFallback, AvatarImage } from "#app/components/ui/avatar" import { Button } from "#app/components/ui/button"; import { Card } from "#app/components/ui/card"; -import { Avatar, AvatarFallback, AvatarImage } from "#app/components/ui/avatar" interface VCActivityType {