ui-library-spj 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,10 @@
1
1
  import '../../index.css'
2
2
  import React from 'react'
3
3
 
4
- function BasicButton() {
4
+ export function BasicButton() {
5
5
  return (
6
6
  <div className='bg-gray-700 min-h-screen min-w-screen'>
7
7
  hi
8
8
  </div>
9
9
  )
10
- }
11
-
12
- export default BasicButton
10
+ }
package/index.js CHANGED
@@ -1 +1,4 @@
1
+ // index.js
2
+
3
+
1
4
  export {BasicButton} from './components/buttons/BasicButton';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-library-spj",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {