Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 一旦RRv7で作り直した #322

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yupix
Copy link
Contributor

@yupix yupix commented Dec 16, 2024

No description provided.

Comment on lines +1 to 2
import * as React from 'react';
import { cva, type VariantProps } from 'class-variance-authority';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import * as React from 'react';
import { cva, type VariantProps } from 'class-variance-authority';
import { type VariantProps, cva } from 'class-variance-authority';
import type * as React from 'react';

@@ -0,0 +1,20 @@
import { clsx, type ClassValue } from 'clsx';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import { clsx, type ClassValue } from 'clsx';
import { type ClassValue, clsx } from 'clsx';

@@ -1,88 +1,40 @@
import {
isRouteErrorResponse,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
isRouteErrorResponse,

Links,
Meta,
Outlet,
Scripts,
ScrollRestoration,
useRouteError,
} from '@remix-run/react';
} from 'react-router';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
} from 'react-router';
isRouteErrorResponse,
} from 'react-router';

@@ -0,0 +1,144 @@
import type { Route } from './+types/home';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import type { Route } from './+types/home';

@@ -0,0 +1,144 @@
import type { Route } from './+types/home';
import { Link } from 'react-router';
import { Button } from '~/components/ui/button';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import { Button } from '~/components/ui/button';
import { MemberCard } from '~/components/MemberCard';
import { Button } from '~/components/ui/button';

import { Link } from 'react-router';
import { Button } from '~/components/ui/button';
import { MEMBERS } from '~/const';
import { MemberCard } from '~/components/MemberCard';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import { MemberCard } from '~/components/MemberCard';

import { MEMBERS } from '~/const';
import { MemberCard } from '~/components/MemberCard';
import stylesheet from '~/home/style.css?url';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Biome] reported by reviewdog 🐶

Suggested change
import type { Route } from './+types/home';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Planning
Development

Successfully merging this pull request may close these issues.

1 participant