Skip to content

refactor: remove React imports to specified files and delete unused r…#131

Merged
geraldsberongoy merged 1 commit intodevfrom
clean/remove-react-imports-and-unused-route
Feb 24, 2026
Merged

refactor: remove React imports to specified files and delete unused r…#131
geraldsberongoy merged 1 commit intodevfrom
clean/remove-react-imports-and-unused-route

Conversation

@kianflorendo
Copy link
Copy Markdown

@kianflorendo kianflorendo commented Feb 22, 2026

…oute

✨ What’s New?

  1. Removes unused import React from react declarations across 10 different frontend components.
  2. Deletes the legacy, unused frontend/src/app/api/templates/route.ts API route

📷 Screenshots (IMPORTANT)

N/A - This is a purely code-level cleanup/refactor with no graphical interface changes.

🔗 Related Issues

Closes #118
Closes #108

✅ Checklist

  • [/ ] Code follows project conventions.
  • [/ ] Unused code, variables, and console logs have been removed.
  • [/ ] Code compiles and runs without errors.
  • Build and tests succeeds locally.
  • [/ ] Assigned at least one reviewer.

@geraldsberongoy geraldsberongoy changed the base branch from main to dev February 24, 2026 16:15
Copy link
Copy Markdown
Contributor

@geraldsberongoy geraldsberongoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@geraldsberongoy geraldsberongoy merged commit 4c406ce into dev Feb 24, 2026
@marvinjameserosa marvinjameserosa deleted the clean/remove-react-imports-and-unused-route branch March 2, 2026 13:37
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.

feat(unused-declaration): remove unused route

2 participants