first save
This commit is contained in:
6
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
6
.idea/inspectionProfiles/Project_Default.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
</profile>
|
||||
</component>
|
||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
BIN
public/images/mc-favicon.ico
Normal file
BIN
public/images/mc-favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
0
src/app/(auth)/login/page.tsx
Normal file
0
src/app/(auth)/login/page.tsx
Normal file
0
src/app/(auth)/register/pages.tsx
Normal file
0
src/app/(auth)/register/pages.tsx
Normal file
0
src/app/api/auth/[...nextauth]/route.ts
Normal file
0
src/app/api/auth/[...nextauth]/route.ts
Normal file
0
src/app/dashboard/page.tsx
Normal file
0
src/app/dashboard/page.tsx
Normal file
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB |
0
src/app/not-found.tsx
Normal file
0
src/app/not-found.tsx
Normal file
0
src/app/skins/[id]/page.tsx
Normal file
0
src/app/skins/[id]/page.tsx
Normal file
0
src/app/skins/upload/page.tsx
Normal file
0
src/app/skins/upload/page.tsx
Normal file
0
src/app/template.tsx
Normal file
0
src/app/template.tsx
Normal file
0
src/components/Navbar.tsx
Normal file
0
src/components/Navbar.tsx
Normal file
0
src/components/auth/AuthForm.tsx
Normal file
0
src/components/auth/AuthForm.tsx
Normal file
0
src/components/skins/SkinGrid.tsx
Normal file
0
src/components/skins/SkinGrid.tsx
Normal file
0
src/components/skins/SkinUploader.tsx
Normal file
0
src/components/skins/SkinUploader.tsx
Normal file
0
src/components/skins/SkinViewer3D.tsx
Normal file
0
src/components/skins/SkinViewer3D.tsx
Normal file
0
src/lib/api/auth.ts
Normal file
0
src/lib/api/auth.ts
Normal file
0
src/lib/api/skins.ts
Normal file
0
src/lib/api/skins.ts
Normal file
0
src/lib/constants.ts
Normal file
0
src/lib/constants.ts
Normal file
0
src/lib/utils/minecraft.ts
Normal file
0
src/lib/utils/minecraft.ts
Normal file
0
src/styles/globals.css
Normal file
0
src/styles/globals.css
Normal file
0
src/types/api/response.ts
Normal file
0
src/types/api/response.ts
Normal file
0
src/types/global.d.ts
vendored
Normal file
0
src/types/global.d.ts
vendored
Normal file
0
src/types/index.d.ts
vendored
Normal file
0
src/types/index.d.ts
vendored
Normal file
0
src/types/next-auth.d.ts
vendored
Normal file
0
src/types/next-auth.d.ts
vendored
Normal file
0
src/types/three.d.ts
vendored
Normal file
0
src/types/three.d.ts
vendored
Normal file
0
tailwind.config.js
Normal file
0
tailwind.config.js
Normal file
Reference in New Issue
Block a user