The app has two sides, Blog and management.
I code the management part with ant design.
The blog part is with html template. (assets file folder in css, js, img exc.)
While rendering React, all css and js files print on the same page and confusion occurs. Css files are corrupted in design because they overlap. I use craco as the web configuration, you can find the configuration in the link below.
https://ant.design/docs/react/use-in-typescript
Is there a way to separate two templates with react router dom? For example, can different theme files work on each page?