The changes split large features into smaller, reusable components like `AdminPanel`, `LoginPage`, `TopBar`, `PasswordModal`, and `ChipModal`. Utility functions such as `cycleTag` and `chipStorage` were extracted for better organization. This improves the code's readability, maintainability, and scalability.
2 lines
88 B
JavaScript
2 lines
88 B
JavaScript
export const API_BASE = "/api";
|
|
export const CHIP_LIST = ["AL", "JG", "JN", "SN", "TL"]; |