Skip to content

Commit fc667e1

Browse files
author
sikkzz
committed
fix: 빌드 에러 수정
1 parent e32cca0 commit fc667e1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

apps/tuk-webview/src/App.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
import { Button } from 'tuk-ui';
2-
31
const App = () => {
4-
return (
5-
<div>
6-
<Button>fsdfsdf</Button>
7-
</div>
8-
);
2+
return <div />;
93
};
104

115
export default App;

0 commit comments

Comments
 (0)