Skip to content

Commit

Permalink
removed unused useMemo from prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
loughlinclaus3 committed Feb 26, 2024
1 parent e5d49ee commit e403693
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
import { type MouseEvent, useState, useMemo } from 'react';
import { type MouseEvent, useState } from 'react';
import Box from '@mui/material/Box';
import Grow from '@mui/material/Grow';
import IconButton, { type IconButtonProps } from '@mui/material/IconButton';
Expand Down

0 comments on commit e403693

Please sign in to comment.