Skip to content

Commit 38ec02d

Browse files
committed
fix: Remove unused import
1 parent 3fd047f commit 38ec02d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/components/shared/static/RichTextBlock.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { ReactNode } from 'react';
22
import { colors } from '@/designTokens';
33

4-
import '@/styles/stylesheets/RichTextBlock.css';
5-
64
export interface RichTextBlockProps {
75
children: ReactNode;
86
variant?: 'default' | 'inverted';

0 commit comments

Comments
 (0)