refactor: Rename browser-nativefs to browser-fs-access (#2862)
This commit is contained in:
@ -98,7 +98,7 @@ export type AppState = {
|
||||
offsetLeft: number;
|
||||
|
||||
isLibraryOpen: boolean;
|
||||
fileHandle: import("browser-nativefs").FileSystemHandle | null;
|
||||
fileHandle: import("browser-fs-access").FileSystemHandle | null;
|
||||
collaborators: Map<string, Collaborator>;
|
||||
showStats: boolean;
|
||||
currentChartType: ChartType;
|
||||
|
Reference in New Issue
Block a user