Skip to content

Commit ef5090c

Browse files
committed
chore: lint fix
1 parent b41504b commit ef5090c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

app/components/ui/avatar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import * as React from "react"
21
import * as AvatarPrimitive from "@radix-ui/react-avatar"
2+
import * as React from "react"
33

44
import { cn } from "#app/utils/misc.tsx"
55

app/routes/bucnation.tsx

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
import type { HeadersFunction, LoaderFunctionArgs, ActionFunctionArgs } from "@remix-run/node";
2-
import { json } from '@remix-run/node';
3-
import { MetaFunction, useLoaderData, isRouteErrorResponse, useRouteError } from "@remix-run/react";
4-
import type { ShouldRevalidateFunction } from "@remix-run/react";
1+
import { type HeadersFunction, type LoaderFunctionArgs, type ActionFunctionArgs , json } from "@remix-run/node";
2+
import { type MetaFunction, useLoaderData, isRouteErrorResponse, useRouteError ,type ShouldRevalidateFunction } from "@remix-run/react";
3+
import { Avatar, AvatarFallback, AvatarImage } from "#app/components/ui/avatar"
54
import { Button } from "#app/components/ui/button";
65
import { Card } from "#app/components/ui/card";
7-
import { Avatar, AvatarFallback, AvatarImage } from "#app/components/ui/avatar"
86

97

108
interface VCActivityType {

0 commit comments

Comments
 (0)