Skip to content

Commit

Permalink
fix app file case
Browse files Browse the repository at this point in the history
  • Loading branch information
alan2207 committed May 11, 2024
1 parent 883d149 commit ec9a51c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react';
import { createRoot } from 'react-dom/client';

import './index.css';
import App from './App';
import App from './app';
import { enableMocking } from './testing/mocks';

const root = document.getElementById('root');
Expand Down

0 comments on commit ec9a51c

Please sign in to comment.