chore: remove unused code

This commit is contained in:
liyasthomas
2021-06-15 06:34:21 +05:30
parent b357dc8e2f
commit 0cedc9ed51
27 changed files with 5 additions and 328 deletions

View File

@@ -2,7 +2,6 @@ import firebase from "firebase"
import { initAuth } from "./auth"
import { initCollections } from "./collections"
import { initEnvironments } from "./environments"
import { initFeeds } from "./feeds"
import { initHistory } from "./history"
import { initSettings } from "./settings"
@@ -25,5 +24,4 @@ export function initializeFirebase() {
initCollections()
initHistory()
initEnvironments()
initFeeds()
}