mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-18 21:10:57 +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';
|