Skip to content

Commit

Permalink
remove useless phrase model
Browse files Browse the repository at this point in the history
Co-authored-by: Iris Benoit <[email protected]>
Co-authored-by: Fael Bassetti <[email protected]>
Co-authored-by: Laura Bergoens <[email protected]>
  • Loading branch information
4 people committed Oct 2, 2024
1 parent 7454156 commit 6cc33b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
7 changes: 0 additions & 7 deletions pix-editor/app/adapters/phrase.js

This file was deleted.

10 changes: 0 additions & 10 deletions pix-editor/app/models/phrase.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
import Route from '@ember/routing/route';
import { inject as service } from '@ember/service';

export default class SynchronizeTranslationsRoute extends Route {
@service store;

model() {
return this.store.createRecord('phrase');
}
}
export default class SynchronizeTranslationsRoute extends Route {}

0 comments on commit 6cc33b0

Please sign in to comment.