[WEB-5416] fix: Use proper import syntax (#8105)
This commit is contained in:
parent
34c0e81d8e
commit
95c742244e
526 changed files with 1002 additions and 923 deletions
|
|
@ -1,7 +1,9 @@
|
|||
import { AlertTriangle, Info, LucideIcon } from "lucide-react";
|
||||
import type { LucideIcon } from "lucide-react";
|
||||
import { AlertTriangle, Info } from "lucide-react";
|
||||
import React from "react";
|
||||
// components
|
||||
import { Button, TButtonVariant } from "../button";
|
||||
import type { TButtonVariant } from "../button";
|
||||
import { Button } from "../button";
|
||||
import { cn } from "../utils";
|
||||
import { EModalPosition, EModalWidth } from "./constants";
|
||||
import { ModalCore } from "./modal-core";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue