refactor: Rename browser-nativefs to browser-fs-access (#2862)

This commit is contained in:
Thomas Steiner 2021-01-27 19:47:55 +01:00 committed by GitHub
parent 4392a4644a
commit b5e26ba81f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
import { fileOpen, fileSave } from "browser-nativefs";
import { fileOpen, fileSave } from "browser-fs-access";
import { cleanAppStateForExport } from "../appState";
import { MIME_TYPES } from "../constants";
import { clearElementsForExport } from "../element";