mirror of
https://github.com/vale981/grapher
synced 2025-03-09 12:26:40 -04:00
6 lines
No EOL
150 B
JavaScript
6 lines
No EOL
150 B
JavaScript
import AuthorSchema from './schema.js';
|
|
|
|
const Authors = new Mongo.Collection('authors');
|
|
export default Authors;
|
|
|
|
Authors.attachSchema(AuthorSchema); |