Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Apr 22, 2024
1 parent 9770652 commit d5b4cfc
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 examples/01_counter/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';

import App from './App';
import App from './app';

const ele = document.getElementById('app');
if (ele) {
Expand Down

0 comments on commit d5b4cfc

Please sign in to comment.