Conversation
LoginPage (src/features/login) and its locale JSON files were never imported by App.js or anywhere else outside their own folder, so they never rendered. src/pages/Login was an empty, unreferenced stub. styles.scss is kept since ImageButton and constructor.js still use its classes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/features/login(LoginPage/LoginForm/RegisterForm) andsrc/locales/{en,ru}.jsonwere never imported outside their own folder —App.jsnever rendersLoginPage, so this code has never run in the app.src/pages/Login/index.jsandindex.sasswere empty, unreferenced stub files.src/features/login/styles.scsssinceImageButton.tsxandconstructor.jsstill rely on its classes.Test plan
src/,.storybook/) for any remaining reference to the removed files/exports — none found.🤖 Generated with Claude Code
https://claude.ai/code/session_017FUCJZ2h8jZNc3pBLZDqnJ