add default export

This commit is contained in:
2022-01-13 16:16:21 +01:00
parent 0b35fb9198
commit fbd535a63c
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "svelte-hint",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Tooltip library for svelte",
"author": {
"name": "Niccolo Borgioli",
+3
View File
@@ -0,0 +1,3 @@
import Hint from './Hint.svelte'
export default Hint