Skip to content

Commit

Permalink
Merge pull request #146 from thegalactiks/refactor-core-package
Browse files Browse the repository at this point in the history
refactor(@thegalactiks/explorer): remove one dir layer
  • Loading branch information
emmanuelgautier authored Feb 13, 2024
2 parents fad6650 + cecf6a3 commit 459513a
Show file tree
Hide file tree
Showing 35 changed files with 1 addition and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export const alternatesHeaderBuilder = (
if (defaultPageFromTranslationOfWork.length === 1) {
return defaultPageFromTranslationOfWork[0];
}

console.log(document.translationOfWork, defaultPageFromTranslationOfWork.length);
}

const defaultPageFromDefaultLanguage = translations.filter((t) => t.inLanguage === getDefaultLanguage());
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion packages/explorer/src/core/index.mts

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion packages/explorer/src/index.mts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './core/index.mjs';
export * from './content/index.mjs';
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 459513a

Please sign in to comment.