mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-19 05:21:15 +08:00
5 lines
158 B
TypeScript
5 lines
158 B
TypeScript
"use client";
|
|
|
|
// forward them so that Fumadocs can also use your media adapter in a client component
|
|
export { OpenIsleMediaAdapter } from "./media-adapter";
|