Skip to content

Commit

Permalink
Merge branch 'staging' into jamie-style-updates-batch-two
Browse files Browse the repository at this point in the history
  • Loading branch information
zkdan authored Jan 19, 2024
2 parents 9c16397 + 2fb7f9d commit 26b09ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Eplant/views/eFP/Viewer/MaskModal.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// Import necessary dependencies from Material-UI
import React, { useState } from 'react'
import { Modal, Slider, Typography, Button, useTheme, DialogTitle } from '@mui/material'
import { Modal, Slider, Typography, Button, useTheme, DialogTitle} from '@mui/material'
import { EFPViewerState } from './types'


// Modal component with a slider
interface MaskModalProps {
state: EFPViewerState
Expand Down

0 comments on commit 26b09ef

Please sign in to comment.