Skip to content

Commit 1a2b8dc

Browse files
committed
fix linting errors
1 parent 6c2d5c3 commit 1a2b8dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/game-word-shuffle/components/Transition.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Slide } from '@mui/material';
22
import { TransitionProps } from '@mui/material/transitions';
3-
import { ReactElement, forwardRef } from 'react';
3+
import { ReactElement, Ref, forwardRef } from 'react';
44

55
const Transition = forwardRef(function Transition(
66
props: TransitionProps & {

src/pages/HomePage/HomePage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import * as React from 'react';
21
// import Avatar from '@mui/material/Avatar';
32
// import Button from '@mui/material/Button';
43
// import TextField from '@mui/material/TextField';

0 commit comments

Comments
 (0)