[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,6 +1,7 @@
|
|||
import * as React from "react";
|
||||
import { cn } from "../utils";
|
||||
import { ERowVariant, rowStyle, TRowVariant } from "./helper";
|
||||
import type { TRowVariant } from "./helper";
|
||||
import { ERowVariant, rowStyle } from "./helper";
|
||||
|
||||
export interface RowProps extends React.HTMLAttributes<HTMLDivElement> {
|
||||
variant?: TRowVariant;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue