Skip to content

Commit f658291

Browse files
committed
fix: resolve ESM import issue in the package.
1 parent 6e70db2 commit f658291

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

www/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { useState } from 'react';
22
import styled, { css } from 'styled-components';
33
import { Example } from './example/default';
4-
// import ExampleEditor from './example/editor';
54

65
const ExampleWrapper = styled.div`
76
max-width: 630px;

0 commit comments

Comments
 (0)