Skip to content
New issue

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

refactor: removed the duplication of themes #223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HastiKarimi
Copy link

resolves #134
using a util global folder

@Uriyo
Copy link

Uriyo commented Nov 26, 2024

Hi,
I have seen in the code base , just want to suggest
Consider using module aliases (e.g., via jsconfig.json or tsconfig.json) to simplify and standardize imports. Example: '@components/abc' instead of '../../../abc'.

@shravan20
Copy link
Owner

Hi,
I have seen in the code base , just want to suggest
Consider using module aliases (e.g., via jsconfig.json or tsconfig.json) to simplify and standardize imports. Example: '@components/abc' instead of '../../../abc'.

Feel free to pick this up.

@shravan20
Copy link
Owner

Hi,
I have seen in the code base , just want to suggest
Consider using module aliases (e.g., via jsconfig.json or tsconfig.json) to simplify and standardize imports. Example: '@components/abc' instead of '../../../abc'.

You can take it to completion

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.

Remove Theme.js Code Duplication [Refactoring]
3 participants