mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 15:00:30 +03:00
fix types
This commit is contained in:
parent
5422958e54
commit
75ed2ca736
1 changed files with 2 additions and 3 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
import React, { ReactNode } from 'react';
|
import React, { ReactNode } from 'react';
|
||||||
import classNames from 'classnames';
|
import classNames from 'classnames';
|
||||||
import { Box, ContainerColor as TContainerColor, as, color } from 'folds';
|
import { Box, ContainerColor, as, color } from 'folds';
|
||||||
import * as css from './layout.css';
|
import * as css from './layout.css';
|
||||||
import { ContainerColor } from '../../../styles/ContainerColor.css';
|
|
||||||
|
|
||||||
type BubbleArrowProps = {
|
type BubbleArrowProps = {
|
||||||
variant: TContainerColor;
|
variant: ContainerColor;
|
||||||
};
|
};
|
||||||
function BubbleLeftArrow({ variant }: BubbleArrowProps) {
|
function BubbleLeftArrow({ variant }: BubbleArrowProps) {
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue