AshameTheDestroyer
commited on
Commit
Β·
a85513d
1
Parent(s):
6e6c9d2
Project Split.
Browse files- backend/.gitkeep +0 -0
- .dockerignore β frontend/.dockerignore +0 -0
- .gitignore β frontend/.gitignore +0 -0
- Dockerfile β frontend/Dockerfile +0 -0
- {app β frontend/app}/app.css +0 -0
- {app β frontend/app}/app.css.converted +0 -0
- {app β frontend/app}/components/header.tsx +0 -0
- {app β frontend/app}/components/ui/button.tsx +0 -0
- {app β frontend/app}/components/ui/dropdown-menu.tsx +0 -0
- {app β frontend/app}/components/ui/input.tsx +0 -0
- {app β frontend/app}/components/ui/separator.tsx +0 -0
- {app β frontend/app}/components/ui/sheet.tsx +0 -0
- {app β frontend/app}/components/ui/sidebar.tsx +0 -0
- {app β frontend/app}/components/ui/skeleton.tsx +0 -0
- {app β frontend/app}/components/ui/tooltip.tsx +0 -0
- {app β frontend/app}/hooks/use-mobile.ts +0 -0
- {app β frontend/app}/lib/utils.ts +0 -0
- {app β frontend/app}/root.tsx +0 -0
- {app β frontend/app}/routes.ts +0 -0
- {app β frontend/app}/routes/home.tsx +0 -0
- components.json β frontend/components.json +0 -0
- package-lock.json β frontend/package-lock.json +0 -0
- package.json β frontend/package.json +0 -0
- react-router.config.ts β frontend/react-router.config.ts +0 -0
- tailwind.config.cjs β frontend/tailwind.config.cjs +0 -0
- tsconfig.json β frontend/tsconfig.json +0 -0
- vite.config.ts β frontend/vite.config.ts +0 -0
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
|