Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
fix import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yylyyl committed Oct 26, 2023
1 parent ae5bdba commit e721b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {useEffect, useState} from "react";
import dataModel from '../lib/dataModel';
import {Container, Alert} from "@mui/material";
import {useNavigate, useSearchParams} from "react-router-dom";
import {AlertTitle} from "@mui/lab";
import AlertTitle from "@mui/material/AlertTitle";
import {grey} from "@mui/material/colors";
import ContainerUpLearnMore from "../components/ContainerUpLearnMore";
import {useGA4} from "../lib/ga4";
Expand Down

0 comments on commit e721b9a

Please sign in to comment.