Skip to content

Commit

Permalink
chore: reorder actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jujulego committed Jul 18, 2024
1 parent 72ca8ae commit 1ef6874
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/common/LocateButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import GpsNotFixedIcon from '@mui/icons-material/GpsNotFixed';
import IconButton from '@mui/material/IconButton';
import type { SxProps } from '@mui/material/styles';

import { getClientIp } from '@/src/common/getClientIp';
import { getClientIp } from '@/src/actions/getClientIp';

// Component
export interface LocateButtonProps {
Expand Down

0 comments on commit 1ef6874

Please sign in to comment.