Skip to content

Commit

Permalink
fix: ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoVan committed Nov 3, 2023
1 parent 3b2c1ec commit e5d92ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/LangSwitcher/LangSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { classNames } from 'shared/lib/classNames/classNames';
import { Button, ThemeButton } from 'shared/ui/Button/Button';

interface LangSwitcherProps {
className?: string;
className?: string;
}

export const LangSwitcher = ({ className }: LangSwitcherProps) => {
Expand Down

0 comments on commit e5d92ea

Please sign in to comment.