Add missing await
This commit is contained in:
parent
7083ed9f6b
commit
67b9d2eaf6
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@ import {
|
|||
Tooltip,
|
||||
Typography,
|
||||
Box,
|
||||
IconButton, Button
|
||||
IconButton,
|
||||
Button,
|
||||
} from "@mui/material";
|
||||
import * as React from "react";
|
||||
import { useContext, useState } from "react";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue