Skip to content

Fix app.tsx import formatting from the CL-6372 rebase - #120

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-6372-toasts-lintfix
Aug 20, 2026
Merged

TheGreatAxios merged 1 commit into
mainfrom
cl-6372-toasts-lintfix

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #117 (CL-6372: one toast system). Rebasing that branch
onto main's /login redirect work (#113) left the ./routes import
in apps/web/src/app.tsx unwrapped after resolving the merge
conflict, which broke `prettier --check` on main's CI. PR #117 was
merged before this formatting fix could be pushed.

Fix

`prettier --write apps/web/src/app.tsx` — wraps the import back to
the repo's line width. No behavior change.

Note: main's lint check also currently fails on unrelated files
(`apps/web/test/login-routing.test.tsx`, `packages/cli/test/seed.test.ts`,
several `packages/onboarding/test/*.ts` files) and the
`walking-skeleton` e2e job fails on an unrelated workflow-asset push
format error. Both predate this branch and are outside the toast
scope — not touched here.

Test plan

  • `bunx prettier --check apps/web/src/app.tsx` — clean.
  • `bun run typecheck` in `apps/web` — clean.

The toast-consolidation rebase (PR #117) left the routes import
unwrapped after resolving a conflict against the /login redirect
work; prettier --write wraps it back to the repo's line width.
@TheGreatAxios
TheGreatAxios merged commit 4c5704f into main Aug 20, 2026
0 of 2 checks passed
@TheGreatAxios
TheGreatAxios deleted the cl-6372-toasts-lintfix branch August 25, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant