Skip to content

Commit

Permalink
[FEATURE] Unifier les dossiers module/modulix dans l'appli (PIX-15028)
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Oct 30, 2024
2 parents b1127cd + e6cfbf3 commit e043622
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mon-pix/app/components/module/element/qcm.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { fn } from '@ember/helper';
import { on } from '@ember/modifier';
import { action } from '@ember/object';
import { t } from 'ember-intl';
import ModulixFeedback from 'mon-pix/components/modulix/feedback';
import ModulixFeedback from 'mon-pix/components/module/feedback';

import { htmlUnsafe } from '../../../helpers/html-unsafe';
import ModuleElement from './module-element';
Expand Down
2 changes: 1 addition & 1 deletion mon-pix/app/components/module/element/qcu.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { on } from '@ember/modifier';
import { action } from '@ember/object';
import { tracked } from '@glimmer/tracking';
import { t } from 'ember-intl';
import ModulixFeedback from 'mon-pix/components/modulix/feedback';
import ModulixFeedback from 'mon-pix/components/module/feedback';

import { htmlUnsafe } from '../../../helpers/html-unsafe';
import ModuleElement from './module-element';
Expand Down
2 changes: 1 addition & 1 deletion mon-pix/app/components/module/element/qrocm.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { tracked } from '@glimmer/tracking';
import { t } from 'ember-intl';
import { eq } from 'ember-truth-helpers';
import ModuleElement from 'mon-pix/components/module/element/module-element';
import ModulixFeedback from 'mon-pix/components/modulix/feedback';
import ModulixFeedback from 'mon-pix/components/module/feedback';
import htmlUnsafe from 'mon-pix/helpers/html-unsafe';

export default class ModuleQrocm extends ModuleElement {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mon-pix/app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ of an adaptative/mobile-first approach — refactoring is welcome here */
@import 'components/login-or-register';
@import 'components/module/beta-banner';
@import 'components/module/details';
@import 'components/module/feedback';
@import 'components/module/grain';
@import 'components/module/grain/tag';
@import 'components/module/objectives';
Expand Down Expand Up @@ -133,7 +134,6 @@ of an adaptative/mobile-first approach — refactoring is welcome here */
@import 'components/pix-toggle';
@import 'components/skip-link';
@import 'components/campaigns';
@import 'components/modulix/feedback';

/* Styles for colocated components */
@import 'authentication-layout';
Expand Down

0 comments on commit e043622

Please sign in to comment.