Skip to content

Commit

Permalink
fixed button import
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Jun 28, 2024
1 parent 3df9e7c commit 4d694ec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import React, { useState } from "react";
import PropTypes from "prop-types";
import Dialog from "@mui/material/Dialog";
import DialogContent from "@mui/material/DialogContent";
import Button from "./Button";

import Button from "../Button";
import { showNotification } from "baselayer/components/Notifications";
import { useDispatch, useSelector } from "react-redux";

Expand Down

0 comments on commit 4d694ec

Please sign in to comment.