Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 3ec2c0d

Browse files
committed
fix: fix import as non-default
1 parent e03ad0b commit 3ec2c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import clsx from 'clsx';
1+
import { clsx } from 'clsx';
22
import { Link, useLocation } from 'react-router-dom';
33

44
const navigation = [

0 commit comments

Comments
 (0)