Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
index.js file added to adapters folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmet ATAY committed May 12, 2018
1 parent 350c978 commit a9229e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/adapters/index.js
@@ -1,2 +1,4 @@
export InMemoryAdapter from './inmemory';
export LocalStorageAdapter from './localstorage';
import InMemoryAdapter from './inmemory';
import LocalStorageAdapter from './localstorage';

export { InMemoryAdapter, LocalStorageAdapter };

0 comments on commit a9229e2

Please sign in to comment.