We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract example insights data from frontend/src/app/insights/page.tsx into separate files and add proper TypeScript types.
frontend/src/app/insights/page.tsx
src/types/insights.ts
src/constants/insights.ts
This refactoring will improve code organization and type safety.
Note: This issue was created as requested by @evgongora
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
Extract example insights data from
frontend/src/app/insights/page.tsx
into separate files and add proper TypeScript types.Tasks
src/types/insights.ts
with proper TypeScript interfacessrc/constants/insights.ts
for example datafrontend/src/app/insights/page.tsx
Context
This refactoring will improve code organization and type safety.
References
The text was updated successfully, but these errors were encountered: