Skip to content

Commit 0f0903e

Browse files
committed
feat: drop lottie
1 parent c00603a commit 0f0903e

File tree

10 files changed

+0
-8
lines changed

10 files changed

+0
-8
lines changed

bun.lockb

-410 Bytes
Binary file not shown.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
},
1515
"dependencies": {
1616
"@commitlint/config-conventional": "^18.0.0",
17-
"@dotlottie/react-player": "^1.6.3",
1817
"@graphql-codegen/cli": "^5.0.0",
1918
"@graphql-codegen/client-preset": "^4.1.0",
2019
"@graphql-codegen/introspection": "^4.0.0",

public/animation_lny12dgg.lottie

-2.3 KB
Binary file not shown.

public/animation_lny13fan.lottie

-4.87 KB
Binary file not shown.

public/animation_lny15oo1.lottie

-590 KB
Binary file not shown.

public/animation_lny163dx.lottie

-164 KB
Binary file not shown.

public/animation_lny1861i.lottie

-1.89 KB
Binary file not shown.

public/animation_lny18m5n.lottie

-1.49 KB
Binary file not shown.

public/animation_lny19oah.lottie

-5.72 KB
Binary file not shown.

src/app/(protected)/page.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use client'
22

3-
import { DotLottiePlayer } from '@dotlottie/react-player'
43
import RiveComponent from '@rive-app/react-canvas'
54
import { useQuery } from '@tanstack/react-query'
65
import { gql } from 'graphql-request'
@@ -36,12 +35,6 @@ this is a test message
3635
return (
3736
<div className="flex flex-col gap-4">
3837
<div className="flex items-center justify-center gap-2">
39-
<DotLottiePlayer className="h-80 w-80" src="/animation_lny15oo1.lottie" autoplay loop />
40-
<DotLottiePlayer className="h-80 w-80" src="/animation_lny18m5n.lottie" autoplay loop />
41-
<DotLottiePlayer className="h-80 w-80" src="/animation_lny19oah.lottie" autoplay loop />
42-
<DotLottiePlayer className="h-80 w-80" src="/animation_lny163dx.lottie" autoplay loop />
43-
<DotLottiePlayer className="h-80 w-80" src="/animation_lny1861i.lottie" autoplay loop />
44-
4538
<RiveComponent src="/3890-8146-moon-scan.riv" className="h-80 w-80" />
4639
<RiveComponent src="/569-6666-blue-planet.riv" className="h-80 w-80" />
4740
</div>

0 commit comments

Comments
 (0)