Skip to content

Commit

Permalink
fixed wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosammito committed Apr 29, 2024
1 parent 4c7d464 commit 4284277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/alert/Alert.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {ReactElement, ReactNode} from "react";
import {IconAlertCircle, IconCircleCheck, IconCircleX, IconInfoCircle, IconX} from "@tabler/icons-react";
import "./Alert.style.scss"
import {Color} from "../../utils/utils";
import {Color} from "../../utils/types";

export interface AlertType {

Expand Down

0 comments on commit 4284277

Please sign in to comment.