import { getDB } from './../db.js' /** * * * */ class Store { constructor() { this._db = getDB() } } export default Store