mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-18 08:02:03 +03:00
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
|
"use client";
|
||
|
import BrainsManagementPage from "./[brainId]/page";
|
||
|
|
||
|
export default BrainsManagementPage;
|