Start migrating Storage to TypeScript

This commit is contained in:
Danila Fedorin 2021-08-12 13:06:09 -07:00
parent ea4de29975
commit 31c951c68c
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import {Storage} from "./Storage.js";
import {Storage} from "./Storage";
import { openDatabase, reqAsPromise } from "./utils";
import { exportSession, importSession } from "./export.js";
import { schema } from "./schema.js";