Fix top loader error

This commit is contained in:
2026-04-21 19:32:05 +04:00
parent 66b7553456
commit 4029655dfe
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
'use client'
import NextTopLoader from 'nextjs-toploader'
export default function TopLoader({color}) {
return <NextTopLoader color={color} />
}