We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2d5c3 commit 1a2b8dcCopy full SHA for 1a2b8dc
src/game-word-shuffle/components/Transition.tsx
@@ -1,6 +1,6 @@
1
import { Slide } from '@mui/material';
2
import { TransitionProps } from '@mui/material/transitions';
3
-import { ReactElement, forwardRef } from 'react';
+import { ReactElement, Ref, forwardRef } from 'react';
4
5
const Transition = forwardRef(function Transition(
6
props: TransitionProps & {
src/pages/HomePage/HomePage.tsx
@@ -1,4 +1,3 @@
-import * as React from 'react';
// import Avatar from '@mui/material/Avatar';
// import Button from '@mui/material/Button';
// import TextField from '@mui/material/TextField';
0 commit comments