Skip to content

Commit

Permalink
refactor(mon-pix): create folder flashcards in element
Browse files Browse the repository at this point in the history
  • Loading branch information
dianeCdrPix committed Oct 8, 2024
1 parent cd8c3a0 commit d5ea44f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mon-pix/app/components/module/element.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Component from '@glimmer/component';
import { eq } from 'ember-truth-helpers';
import DownloadElement from 'mon-pix/components/module/element/download';
import EmbedElement from 'mon-pix/components/module/element/embed';
import FlashcardsElement from 'mon-pix/components/module/element/flashcards';
import FlashcardsElement from 'mon-pix/components/module/element/flashcards/flashcards';
import ImageElement from 'mon-pix/components/module/element/image';
import QcmElement from 'mon-pix/components/module/element/qcm';
import QcuElement from 'mon-pix/components/module/element/qcu';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Component from '@glimmer/component';
import { tracked } from '@glimmer/tracking';
import { t } from 'ember-intl';
import { eq } from 'ember-truth-helpers';
import ModulixFlashcardsCard from 'mon-pix/components/module/element/flashcards-card';
import ModulixFlashcardsIntroCard from 'mon-pix/components/module/element/flashcards-intro-card';
import ModulixFlashcardsCard from 'mon-pix/components/module/element/flashcards/flashcards-card';
import ModulixFlashcardsIntroCard from 'mon-pix/components/module/element/flashcards/flashcards-intro-card';

export default class ModulixFlashcards extends Component {
@tracked
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { clickByName, render } from '@1024pix/ember-testing-library';
import { t } from 'ember-intl/test-support';
import ModulixFlashcardsCard from 'mon-pix/components/module/element/flashcards-card';
import ModulixFlashcardsCard from 'mon-pix/components/module/element/flashcards/flashcards-card';
// eslint-disable-next-line no-restricted-imports
import { module, test } from 'qunit';
import sinon from 'sinon';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { clickByName, render } from '@1024pix/ember-testing-library';
import { t } from 'ember-intl/test-support';
import ModulixFlashcardsIntroCard from 'mon-pix/components/module/element/flashcards-intro-card';
import ModulixFlashcardsIntroCard from 'mon-pix/components/module/element/flashcards/flashcards-intro-card';
// eslint-disable-next-line no-restricted-imports
import { module, test } from 'qunit';
import sinon from 'sinon';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { clickByName, render } from '@1024pix/ember-testing-library';
import { t } from 'ember-intl/test-support';
import ModulixFlashcards from 'mon-pix/components/module/element/flashcards';
import ModulixFlashcards from 'mon-pix/components/module/element/flashcards/flashcards';
// eslint-disable-next-line no-restricted-imports
import { module, test } from 'qunit';

Expand Down

0 comments on commit d5ea44f

Please sign in to comment.