Skip to content

Commit

Permalink
export FlatFile in server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed May 11, 2019
1 parent eda9728 commit 1d5586c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
*/

import { Server } from '../src/server';
import { Mongo, Firebase } from '../src/server/db';
import { Mongo, Firebase, FlatFile } from '../src/server/db';

export { Server, Mongo, Firebase };
export { Server, Mongo, Firebase, FlatFile };

0 comments on commit 1d5586c

Please sign in to comment.