mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
feat: add website documentation early mvp (#8183)
Co-authored-by: iCrawl <buechler.noel@outlook.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { RemixBrowser } from '@remix-run/react';
|
||||
import { hydrate } from 'react-dom';
|
||||
import { hydrateRoot } from 'react-dom/client';
|
||||
|
||||
hydrate(<RemixBrowser />, document);
|
||||
hydrateRoot(document, <RemixBrowser />);
|
||||
|
||||
Reference in New Issue
Block a user