Browse Source

Remove unused files

ts-style-manager
Artur Arseniev 4 years ago
parent
commit
a713ec7d9b
  1. 9
      src/commands/model/Command.ts
  2. 6
      src/commands/model/Commands.ts

9
src/commands/model/Command.ts

@ -1,9 +0,0 @@
import { Model } from '../../common';
export default class Command extends Model {
defaults() {
return {
id: '',
};
}
}

6
src/commands/model/Commands.ts

@ -1,6 +0,0 @@
import { Collection } from '../../common';
import Command from './Command';
export default class Commands extends Collection<Command> {}
Commands.prototype.model = Command;
Loading…
Cancel
Save