Skip to content

Commit

Permalink
Push for merge game in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan7594 committed Sep 2, 2024
1 parent 52993f8 commit 721fff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/activities/List.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from 'react';

import type { SelectChangeEvent } from '@mui/material';
import { Typography, Button } from '@mui/material';
import { Button } from '@mui/material';

import PaginationNav from '../PaginationNav/PaginationNav';
import { ActivityCard } from './ActivityCard';
Expand Down

0 comments on commit 721fff4

Please sign in to comment.