MCPcopy
hub / github.com/kimlimjustin/xplorer / Favorites

Interface Favorites

src/Components/Layout/sidebar.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import defaultFavorites from '../Favorites/defaultFavorites';
10import FileAPI from '../../Api/files';
11interface Favorites {
12 name: string;
13 path: string;
14}
15
16const changeSidebar = (newElement: HTMLElement) => {
17 const sidebarElement = document.body.querySelector('.sidebar');

Callers 1

HomeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected