Skip to content

Commit

Permalink
check file in
Browse files Browse the repository at this point in the history
  • Loading branch information
k2xl committed May 19, 2024
1 parent 667806a commit 8a5b368
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/home/demoSwipe.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import React from 'react';

export default function DemoSwipe() {
return <div className='flex flex-col gap-4'>
<div className=' '>
<video autoPlay loop muted playsInline className='w-80 h-40' src='https://i.imgur.com/7sYpgCt.mp4' style={{
}} />
</div>
</div>;
}

0 comments on commit 8a5b368

Please sign in to comment.