fix: change component name

This commit is contained in:
Takeshi Kimata
2024-06-22 22:56:50 +09:00
parent 1295ced676
commit 5b2547aff8
2 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ import {
Listbox, Listbox,
} from '@nextui-org/react'; } from '@nextui-org/react';
import { ArrowRightFromLine, ArrowRightToLine, File, Globe, MoveUpRight, PenTool } from 'lucide-react'; import { ArrowRightFromLine, ArrowRightToLine, File, Globe, MoveUpRight, PenTool } from 'lucide-react';
import { ThemeSwitch } from '@/components/theme-switch'; import { ThemeSwitch } from '@/components/ThemeSwitch';
import { GithubIcon } from '@/components/icons'; import { GithubIcon } from '@/components/icons';
import { locales } from '@/config/selection'; import { locales } from '@/config/selection';
import DropdownAccount from './DropdownAccount'; import DropdownAccount from './DropdownAccount';