Skip to content

Commit

Permalink
Merge pull request #18 from darwinia-network/fix-use-cilient
Browse files Browse the repository at this point in the history
Add 'use client' import in header component
  • Loading branch information
snoopy1412 authored May 25, 2024
2 parents f23b377 + c9bc081 commit ea7f9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/header.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import Image from 'next/image';
import Link from 'next/link';

Expand Down

0 comments on commit ea7f9a0

Please sign in to comment.