@lotte-innovate/ui-component-test 0.0.12 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
package/dist/app/page.jsx CHANGED
@@ -1,9 +1,9 @@
1
1
  'use client';
2
2
  import React from 'react';
3
- // import { Button, IconButton } from '@lotte-innovate/ui-component-test';
3
+ import { Button, IconButton } from '@lotte-innovate/ui-component-test';
4
4
  export default function Home() {
5
5
  return (<div className="flex m-2">
6
- {/* <Button>버튼</Button> */}
7
- {/* <IconButton /> */}
6
+ <Button>버튼</Button>
7
+ <IconButton />
8
8
  </div>);
9
9
  }