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 12, 2024
1 parent 140f220 commit 5112b20
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@ import AppNetInterest from './AppNetInterest';
import AppNetInterestQuantiles from './AppNetInterestQuantiles';
import AppExternalDebt from './AppExternalDebt';
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,
).render(
<React.StrictMode>
<AppCreditDsaRating />
</React.StrictMode>,
);
ReactDOM.createRoot(
document.getElementById('debtCreditRating') as HTMLElement,
).render(
Expand Down

0 comments on commit 5112b20

Please sign in to comment.