Skip to content

Commit fce4609

Browse files
arbrandesclaude
andcommitted
fix: remove messages export from index.ts
Translations are handled at the site level via site.i18n, not by app exports. The broken export only surfaces when the compiled dist/ is consumed by a site. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6aabc9d commit fce4609

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export { default as instructorDashboardApp } from './app';
22
export { default as instructorDashboardRoutes } from './routes';
3-
export { default as instructorDashboardMessages } from './i18n';

0 commit comments

Comments
 (0)