Skip to content

Commit cff7a90

Browse files
author
Tk2217
committed
Add changes to index.js
1 parent 3893913 commit cff7a90

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/index.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
import FirebaseApp from './FirebaseApp.svelte';
2+
import User from './User.svelte';
3+
import Doc from './Doc.svelte';
4+
import Collection from './Collection.svelte';
5+
import { userStore } from './auth';
6+
import { docStore, collectionStore } from './firestore';
7+
import { fileStore, uploadFileStore } from './storage';
8+
import File from './File.svelte';
9+
import Upload from './Upload.svelte';
10+
11+
12+
export {
13+
FirebaseApp,
14+
User,
15+
Doc,
16+
Collection,
17+
userStore,
18+
docStore,
19+
collectionStore,
20+
fileStore,
21+
uploadFileStore,
22+
File,
23+
Upload,
24+
}

0 commit comments

Comments
 (0)