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