Skip to content

Commit

Permalink
fix filename import
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianboros committed Sep 23, 2024
1 parent f94895d commit c8d81b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/wallet/frontend/src/pages/auth/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Input } from '@/ui/forms/Input'
import { Link } from '@/ui/Link'
import { Play } from '@/components/icons/Play'
import { Eye } from '@/components/icons/Eye'
import { SlashEye } from '@/components/icons/Slasheye'
import { SlashEye } from '@/components/icons/SlashEye'
import { useRouter } from 'next/router'
import Image from 'next/image'
import { userService } from '@/lib/api/user'
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/frontend/src/pages/auth/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Input } from '@/ui/forms/Input'
import { Link } from '@/ui/Link'
import { Play } from '@/components/icons/Play'
import { Eye } from '@/components/icons/Eye'
import { SlashEye } from '@/components/icons/Slasheye'
import { SlashEye } from '@/components/icons/SlashEye'
import { userService } from '@/lib/api/user'
import { useDialog } from '@/lib/hooks/useDialog'
import { SuccessDialog } from '@/components/dialogs/SuccessDialog'
Expand Down

0 comments on commit c8d81b9

Please sign in to comment.