Remove unused style import
This commit is contained in:
parent
c8fccc9a13
commit
5f3b1dadce
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ import React, { PropsWithChildren, useEffect, useState } from 'react'
|
|||
import * as DialogPrimitive from '@radix-ui/react-dialog'
|
||||
import { useLockedBody } from 'usehooks-ts'
|
||||
|
||||
import styles from './index.module.scss'
|
||||
|
||||
interface Props extends DialogPrimitive.DialogProps {}
|
||||
|
||||
export const Dialog = ({ children, ...props }: PropsWithChildren<Props>) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue