mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 18:59:25 +00:00
8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
"use client";
|
|
|
|
import { PluginRegistry } from "@/components/plugin-registry";
|
|
|
|
export default function PluginsPage() {
|
|
return <PluginRegistry />;
|
|
}
|