Skip to content

Commit

Permalink
Add unused export to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Dec 19, 2024
1 parent 6915c1f commit c24963b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Alerts/AlertsBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export enum AlertCategory {
INFO,
}

interface AlertProps {
export interface AlertProps {
children: ReactNode
dismissAlert: () => void
alertCategory: AlertCategory
Expand Down

0 comments on commit c24963b

Please sign in to comment.