Update docs/frontend-system/architecture/05-extension-overrides.md

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-01-15 22:42:32 +01:00
parent deeb5f70fd
commit 147d7a4067
@@ -22,8 +22,7 @@ If you want to override an app extension, you will need to create a new extensio
In this example below, we are going to create custom extensions for the app light and dark themes:
```tsx
// packages/app/src/themes.ts
```tsx title="packages/app/src/themes.ts"
import {
createThemeExtension,
createExtensionOverrides