restructure files onto electron-vite boilerplate

This commit is contained in:
jeffvli
2025-05-18 14:03:18 -07:00
parent 91ce2cd8a1
commit 1cf587bc8f
457 changed files with 9927 additions and 11705 deletions
@@ -1,8 +1,9 @@
import { ReactNode } from 'react';
import { Box } from '@mantine/core';
import { ReactNode } from 'react';
import styled from 'styled-components';
import { Paper, PaperProps, SpinnerIcon, TextTitle } from '/@/renderer/components';
import { PlayButton as PlayBtn } from '/@/renderer/features/shared/components/play-button';
import styled from 'styled-components';
interface LibraryHeaderBarProps {
children: ReactNode;
@@ -47,8 +48,8 @@ const PlayButton = ({ onClick }: PlayButtonProps) => {
<Box>
<PlayBtn
h="45px"
w="45px"
onClick={onClick}
w="45px"
/>
</Box>
);