Skip to content

Commit

Permalink
feat(vil-612): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanJuz committed Nov 4, 2024
1 parent 0524cf7 commit 5e3c92b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contexts/activityContext.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { Card, CircularProgress } from '@mui/material';
import { useRouter } from 'next/router';
import React from 'react';
import { useQueryClient } from 'react-query';

import { Card, CircularProgress } from '@mui/material';

import { UserContext } from './userContext';
import { VillageContext } from './villageContext';
import { Modal } from 'src/components/Modal';
Expand Down

0 comments on commit 5e3c92b

Please sign in to comment.