[UI] Extract our ColorSample and Tag components from twenty-front to twenty-ui. (#5543)
Two more components extracted out of twenty-front: `ColorSample` and `Tag`.
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
import { css } from '@emotion/react';
|
||||
import styled from '@emotion/styled';
|
||||
import { ColorSample, ColorSampleProps } from 'twenty-ui';
|
||||
|
||||
import {
|
||||
ColorSample,
|
||||
ColorSampleProps,
|
||||
} from '@/ui/display/color/components/ColorSample';
|
||||
import {
|
||||
LightIconButton,
|
||||
LightIconButtonProps,
|
||||
|
||||
Reference in New Issue
Block a user