feat(marketing-pages): add per-feature InversifyJS container
This commit is contained in:
4
packages/marketing-pages/src/di/symbols.ts
Normal file
4
packages/marketing-pages/src/di/symbols.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const MARKETING_PAGES_SYMBOLS = {
|
||||
IPagesRepository: Symbol.for("marketing-pages:IPagesRepository"),
|
||||
ISiteSettingsRepository: Symbol.for("marketing-pages:ISiteSettingsRepository"),
|
||||
} as const;
|
||||
Reference in New Issue
Block a user