fix(website): migration from old website

This commit is contained in:
iCrawl
2023-04-01 15:50:47 +02:00
parent 74a6d59ae9
commit e2f39ccc32
5 changed files with 54 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
'use client';
import { useSystemThemeFallback } from '~/hooks/useSystemThemeFallback';
export function SystemThemeFallback() {
useSystemThemeFallback();
return null;
}