Skip to content

Commit

Permalink
file structure: Changed app.tsx to /app
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Feb 14, 2024
1 parent 9706326 commit 929f98b
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/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App'
import App from './app/App'
import reportWebVitals from './reportWebVitals'
import { ChakraProvider } from '@chakra-ui/react'

Expand Down

0 comments on commit 929f98b

Please sign in to comment.