mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: bundle shared so each consumer can require/import without hassle (#64167)
This commit is contained in:
committed by
GitHub
parent
ddfd598eb4
commit
f03ad05e84
@@ -8,11 +8,11 @@ import {
|
||||
availableLangs,
|
||||
LangNames,
|
||||
LangCodes
|
||||
} from '../../shared-dist/config/i18n';
|
||||
} from '@freecodecamp/shared/config/i18n';
|
||||
import {
|
||||
catalogSuperBlocks,
|
||||
SuperBlocks
|
||||
} from '../../shared-dist/config/curriculum';
|
||||
} from '@freecodecamp/shared/config/curriculum';
|
||||
import intro from './locales/english/intro.json';
|
||||
|
||||
interface Intro {
|
||||
|
||||
Reference in New Issue
Block a user