Merge pull request #28 from offendingcommit/feat/dialectic-playground
feat(web): add dialectic reasoning playground
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import { DialecticPlayground } from "@/components/playground/DialecticPlayground";
|
||||
|
||||
export const Route = createFileRoute("/workspaces_/$workspaceId_/peers_/$peerId_/playground")({
|
||||
component: DialecticPlayground,
|
||||
});
|
||||
Reference in New Issue
Block a user