init tabler website

This commit is contained in:
codecalm
2023-07-18 00:13:56 +02:00
parent 77ae29acef
commit 06579ec91d
1336 changed files with 47866 additions and 0 deletions
+8
View File
@@ -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} />;
}