pinafore/routes/_database/database.js

4 lines
64 B
JavaScript
Raw Normal View History

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