Skip to content

Commit

Permalink
Update main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasaifee42 committed Jun 11, 2024
1 parent 86b261f commit 6d31b0a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import AppCompositionGroups from './AppCompositionGroups';
import AppCreditDsaRating from './AppCreditDsaRating';
import AppExternalDebtQuantiles from './AppExternalDebtQuantiles';
import AppAllCountries from './AppAllCountries';
import AppCreditRating from './AppCreditRating';
import AppDsaRating from './AppDSARating';

ReactDOM.createRoot(
document.getElementById('debtCreditDsaRating') as HTMLElement,
Expand All @@ -18,20 +16,6 @@ ReactDOM.createRoot(
<AppCreditDsaRating />
</React.StrictMode>,
);
ReactDOM.createRoot(
document.getElementById('debtCreditRating') as HTMLElement,
).render(
<React.StrictMode>
<AppCreditRating />
</React.StrictMode>,
);
ReactDOM.createRoot(
document.getElementById('debtDsaRating') as HTMLElement,
).render(
<React.StrictMode>
<AppDsaRating />
</React.StrictMode>,
);
ReactDOM.createRoot(document.getElementById('debtToGdp') as HTMLElement).render(
<React.StrictMode>
<App />
Expand Down

0 comments on commit 6d31b0a

Please sign in to comment.