AshameTheDestroyer commited on
Commit
a85513d
Β·
1 Parent(s): 6e6c9d2

Project Split.

Browse files
backend/.gitkeep ADDED
File without changes
.dockerignore β†’ frontend/.dockerignore RENAMED
File without changes
.gitignore β†’ frontend/.gitignore RENAMED
File without changes
Dockerfile β†’ frontend/Dockerfile RENAMED
File without changes
{app β†’ frontend/app}/app.css RENAMED
File without changes
{app β†’ frontend/app}/app.css.converted RENAMED
File without changes
{app β†’ frontend/app}/components/header.tsx RENAMED
File without changes
{app β†’ frontend/app}/components/ui/button.tsx RENAMED
File without changes
{app β†’ frontend/app}/components/ui/dropdown-menu.tsx RENAMED
File without changes
{app β†’ frontend/app}/components/ui/input.tsx RENAMED
File without changes
{app β†’ frontend/app}/components/ui/separator.tsx RENAMED
File without changes
{app β†’ frontend/app}/components/ui/sheet.tsx RENAMED
File without changes
{app β†’ frontend/app}/components/ui/sidebar.tsx RENAMED
File without changes
{app β†’ frontend/app}/components/ui/skeleton.tsx RENAMED
File without changes
{app β†’ frontend/app}/components/ui/tooltip.tsx RENAMED
File without changes
{app β†’ frontend/app}/hooks/use-mobile.ts RENAMED
File without changes
{app β†’ frontend/app}/lib/utils.ts RENAMED
File without changes
{app β†’ frontend/app}/root.tsx RENAMED
File without changes
{app β†’ frontend/app}/routes.ts RENAMED
File without changes
{app β†’ frontend/app}/routes/home.tsx RENAMED
File without changes
components.json β†’ frontend/components.json RENAMED
File without changes
package-lock.json β†’ frontend/package-lock.json RENAMED
File without changes
package.json β†’ frontend/package.json RENAMED
File without changes
react-router.config.ts β†’ frontend/react-router.config.ts RENAMED
File without changes
tailwind.config.cjs β†’ frontend/tailwind.config.cjs RENAMED
File without changes
tsconfig.json β†’ frontend/tsconfig.json RENAMED
File without changes
vite.config.ts β†’ frontend/vite.config.ts RENAMED
File without changes