mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-02 12:05:58 +00: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";
|