Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
fiahfy committed Jun 19, 2022
1 parent e6be208 commit 42f11ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { MouseEvent, ReactNode, useEffect } from 'react'
import { Box, Toolbar } from '@mui/material'
import ExplorerBar from 'components/ExplorerBar'
import Sidebar from 'components/TempSidebar'
import Sidebar from 'components/Sidebar'
import TitleBar from 'components/TitleBar'
import { useAppDispatch } from 'store'
import { add, remove } from 'store/favorite'
Expand Down
File renamed without changes.

0 comments on commit 42f11ab

Please sign in to comment.