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 b61d940 commit 62f98b7Copy full SHA for 62f98b7
src/components/Footer.tsx
@@ -1,5 +1,10 @@
1
-import { Link, LinkProps, Typography, useTheme } from "@mui/material";
2
-import Grid from "@mui/material/Grid2";
+import {
+ Link,
3
+ LinkProps,
4
+ Typography,
5
+ Grid2 as Grid,
6
+ useTheme,
7
+} from "@mui/material";
8
9
import React from "react";
10
import {
src/components/User.tsx
@@ -4,13 +4,13 @@ import {
Button,
Box,
Link,
+ Menu,
+ MenuItem,
Stack,
Typography,
11
useTheme,
12
} from "@mui/material";
13
-import Menu from "@mui/material/Menu";
-import MenuItem from "@mui/material/MenuItem";
14
import { ReactNode, useState } from "react";
15
16
import { MdLogin } from "react-icons/md";
0 commit comments