Skip to content

Commit

Permalink
🚚 move files
Browse files Browse the repository at this point in the history
  • Loading branch information
h-campos committed Apr 25, 2023
1 parent f1c8594 commit ecd473e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.tsx'
import '#/styles/index.css'
import './styles/index.css'

ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<React.StrictMode>
Expand Down
File renamed without changes.

0 comments on commit ecd473e

Please sign in to comment.