chore: add consistent type imports
This commit is contained in:
@@ -7,11 +7,10 @@ import { StickyElementNameEnum } from "@/stores/sticky-position"
|
||||
import Alert from "@/components/TempDesignSystem/Alert"
|
||||
import useStickyPosition from "@/hooks/useStickyPosition"
|
||||
|
||||
import { SitewideAlertProps } from "./sitewideAlert"
|
||||
|
||||
import styles from "./sitewideAlert.module.css"
|
||||
|
||||
import { AlertTypeEnum } from "@/types/enums/alert"
|
||||
import type { SitewideAlertProps } from "./sitewideAlert"
|
||||
|
||||
export default function SiteWideAlertClient({ alert }: SitewideAlertProps) {
|
||||
const alertRef = useRef(null)
|
||||
|
||||
Reference in New Issue
Block a user