Skip to content

Commit

Permalink
fix: remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
Meolocious committed Mar 7, 2024
1 parent 2a4f91d commit 7e6c85f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/DialogBubble.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import {
// Box,
Stack,
type StackProps,
useTheme,
type Theme,
} from '@mui/material';
import { Stack, type StackProps, useTheme, type Theme } from '@mui/material';
import { type ReactNode } from 'react';

interface DialogBubbleProps extends StackProps {
Expand Down

0 comments on commit 7e6c85f

Please sign in to comment.