Skip to content

Commit

Permalink
fix: export Node and NodeList
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsAlexousd committed Jul 17, 2024
1 parent b78f52d commit 11efca2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import DownloadURL from './components/DownloadURL.svelte';
import StorageList from './components/StorageList.svelte';
import UploadTask from './components/UploadTask.svelte';
import PageView from './components/PageView.svelte';
import Node from './components/Node.svelte';
import NodeList from './components/NodeList.svelte';
import { userStore } from './stores/auth';
import { docStore, collectionStore } from './stores/firestore';
import { nodeStore, nodeListStore } from './stores/rtdb';
Expand All @@ -26,6 +28,8 @@ export {
StorageList,
DownloadURL,
PageView,
Node,
NodeList,
downloadUrlStore,
storageListStore,
uploadTaskStore,
Expand Down

0 comments on commit 11efca2

Please sign in to comment.