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 e5d92ea commit dd7532e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/PageLoader/PageLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Loader } from 'shared/ui/Loader/Loader';
import cls from './PageLoader.module.scss';

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

export const PageLoader = ({ className }: PageLoaderProps) => (
Expand Down

0 comments on commit dd7532e

Please sign in to comment.