pinafore/routes/_database/database.js

4 lines
64 B
JavaScript
Raw Normal View History

2018-02-09 07:04:10 +01:00
import * as database from './databaseCore'
2018-01-19 18:18:14 +01:00
2018-02-09 07:29:29 +01:00
export { database }