Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbyerley committed Jun 9, 2024
1 parent b41504b commit ef5090c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/components/ui/avatar.tsx
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
8 changes: 3 additions & 5 deletions app/routes/bucnation.tsx
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit ef5090c

Please sign in to comment.