Skip to content

Commit

Permalink
Rename entrypoints settings and sidebar index files to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed Dec 29, 2024
1 parent 1794282 commit 6230561
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createRoot } from 'react-dom/client'
import './index.css'
import './styles.css'
import Settings from '../../components/Settings'
import { DndContext } from '@dnd-kit/core'

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/entrypoints/sidebar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<body>
<div id="__root"></div>
<script type="module" src="./index.tsx"></script>
<script type="module" src="./main.tsx"></script>
</body>

</html>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createRoot } from 'react-dom/client'
import Sidebar from '../../components/Sidebar'
import './index.css'
import './styles.css'

function init() {
const rootContainer = document.querySelector('#__root')
Expand Down
File renamed without changes.

0 comments on commit 6230561

Please sign in to comment.