Browse Source

score repo object

pull/1/head
Tim Glasgow 2 years ago
parent
commit
e3382e03b5
  1. 10
      squarenotsquare/realm/repos/ScoreRepo.js

10
squarenotsquare/realm/repos/ScoreRepo.js

@ -0,0 +1,10 @@
import {Score} from '../entities/Score';
import uuid from 'uuid';
export default class ScoreRepo {
realmDB = null;
constructor(db) {
this.realmDB = db;
}
}
Loading…
Cancel
Save