Skip to content

Commit

Permalink
[front] - refactor: change import method for NotificationType
Browse files Browse the repository at this point in the history
 - Use type-only import for NotificationType to improve code clarity and reduce potential for runtime import issues
  • Loading branch information
JulesBelveze committed Jan 6, 2025
1 parent 31a78f4 commit 769a1e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion front/components/ConnectorPermissionsModal.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { NotificationType, SheetContainer, SheetTitle } from "@dust-tt/sparkle";
import type { NotificationType } from "@dust-tt/sparkle";
import { SheetContainer, SheetTitle } from "@dust-tt/sparkle";
import { SheetHeader } from "@dust-tt/sparkle";
import {
Avatar,
Expand Down

0 comments on commit 769a1e4

Please sign in to comment.