remove barrel files in renderer

This commit is contained in:
jeffvli
2025-09-22 22:39:46 -07:00
parent 34b728c86d
commit b685ec370a
109 changed files with 187 additions and 216 deletions
@@ -2,7 +2,7 @@ import type { ReactNode } from 'react';
import styles from './titlebar.module.css';
import { WindowControls } from '/@/renderer/features/window-controls';
import { WindowControls } from '/@/renderer/features/window-controls/components/window-controls';
import { Group } from '/@/shared/components/group/group';
interface TitlebarProps {