Skip to content

Commit

Permalink
fix: rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-devfront committed Feb 21, 2025
1 parent 61566bc commit d5ff1a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _dev/src/scss/appUI/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
@use "utilities";
@use "../utilities";
@use "components";
@use "layouts";
Empty file.
2 changes: 1 addition & 1 deletion _dev/tests/appUI/components/ErrorPageBuilder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
import { JSDOM } from 'jsdom';
import ErrorPageBuilder from '../../src/ts/components/ErrorPageBuilder';
import ErrorPageBuilder from '../../../src/ts/appUI/components/ErrorPageBuilder';

describe('ErrorPageBuilder', () => {
let errorElement: DocumentFragment;
Expand Down

0 comments on commit d5ff1a3

Please sign in to comment.