Skip to content

Commit

Permalink
Merge branch 'master' into add-phantom-to-ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
wbnns authored Oct 15, 2024
2 parents 9df0287 + 13c44e8 commit 6cd57b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use client';
import Link from 'apps/web/node_modules/next/link';
import bolt from './assets/bolt.webm';
import eth from './assets/eth.webm';
import globe from './assets/globe.webm';
import VideoCard from 'apps/web/src/components/base-org/root/VideoCardsSection/VideoCard';
import Link from 'apps/web/src/components/Link/index';

export default function VideoCardsSection() {
return (
Expand Down

0 comments on commit 6cd57b3

Please sign in to comment.