Skip to content

Commit eb9a2b1

Browse files
brian-smith-tcrilclaude
authored andcommitted
fix: remove App.messages from app.ts (removed in frontend-base)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 59a80e6 commit eb9a2b1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/app.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ import { App } from '@openedx/frontend-base';
22
import { appId } from './constants';
33
import routes from './routes';
44
import providers from './providers';
5-
import messages from './i18n';
65
import slots from './slots';
76

87
const app: App = {
98
appId,
109
routes,
1110
providers,
12-
messages,
1311
slots,
1412
config: {
1513
LEARNING_BASE_URL: 'http://apps.local.openedx.io:2000',

0 commit comments

Comments
 (0)