Skip to content

Commit

Permalink
Fix extension
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Oct 13, 2024
1 parent cb18252 commit 081aab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pages/src/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
// eslint-disable-next-line react/no-deprecated
import { render } from 'react-dom';

import App from './App';
import App from './App.tsx';

const rootElement = document.getElementById('root');

Expand Down

0 comments on commit 081aab4

Please sign in to comment.