Skip to content

Commit 0e0d4e9

Browse files
committed
fix: remove TestEditorBlock styles
1 parent e50e317 commit 0e0d4e9

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed

src/blocks/TestEditorBlock/TestEditorBlock.scss

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/blocks/TestEditorBlock/TestEditorBlock.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import * as React from 'react';
22

33
import {block} from '../../utils';
44

5-
import './TestEditorBlock.scss';
6-
75
const b = block('test-editor-block');
86

97
export interface TestEditorBlockProps extends React.PropsWithChildren {}

0 commit comments

Comments
 (0)