Skip to content

Commit

Permalink
Replace MUI Button component with default react-bootstrap Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya1672 committed Jun 20, 2024
1 parent b3834a7 commit 311801f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import type { GridCellParams, GridColDef } from '@mui/x-data-grid';
import { Link } from 'react-router-dom';
import { Button } from '@mui/material';
import { Button } from 'react-bootstrap';
import styles from './EventActionItems.module.css';

export type Props = {
Expand Down

0 comments on commit 311801f

Please sign in to comment.