Move favorite background

This commit is contained in:
Georgi Gardev
2023-11-19 13:52:27 +02:00
parent ba8bd68f14
commit 09f0365955
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import { Tooltip } from '@hope-ui/solid';
import { Accessor, For, createSelector } from 'solid-js';
import { Settings } from '../widgets/Settings';
import { FavoriteBackground } from './FavoriteBackground';
import { FavoriteBackground } from '../widgets/FavoriteBackground';
import style from './Sidebar.module.css';
type SidebarProps = {