Skip to content

Commit

Permalink
Moved backends out of directory
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Mar 8, 2024
1 parent 9563241 commit 69eeb95
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './backends/FileSystemAccess.js';
export * from './backends/IndexedDB.js';
export * from './backends/Storage.js';
export * from './FileSystemAccess.js';
export * from './IndexedDB.js';
export * from './Storage.js';

0 comments on commit 69eeb95

Please sign in to comment.