mirror of
https://github.com/tabler/tabler.git
synced 2026-08-18 17:13:48 +04:00
init tabler website
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
'use client';
|
||||
|
||||
import { color } from '@/config/site';
|
||||
import NextTopLoader from 'nextjs-toploader';
|
||||
|
||||
export default function ProgressBar() {
|
||||
return <NextTopLoader color={color} height={2} />;
|
||||
}
|
||||
Reference in New Issue
Block a user