mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
fix(website): migration from old website
This commit is contained in:
9
apps/website/src/components/SystemThemeFallback.tsx
Normal file
9
apps/website/src/components/SystemThemeFallback.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
'use client';
|
||||
|
||||
import { useSystemThemeFallback } from '~/hooks/useSystemThemeFallback';
|
||||
|
||||
export function SystemThemeFallback() {
|
||||
useSystemThemeFallback();
|
||||
|
||||
return null;
|
||||
}
|
||||
Reference in New Issue
Block a user