Skip to content

Commit

Permalink
fix: remove vestigial AlertProps import
Browse files Browse the repository at this point in the history
  • Loading branch information
jordankoschei-okta committed Jan 23, 2023
1 parent ae84516 commit af7883b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/odyssey-react-mui/src/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* See the License for the specific language governing permissions and limitations under the License.
*/

import { AlertColor, AlertProps } from "@mui/material";
import { AlertColor } from "@mui/material";
import { SyntheticEvent } from "react";
import { Alert, Link } from "./";

Expand Down

0 comments on commit af7883b

Please sign in to comment.