first commit
This commit is contained in:
10
ui/app/workspace/prompt-repo/page.tsx
Normal file
10
ui/app/workspace/prompt-repo/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { PromptProvider } from "@/components/prompts/context";
|
||||
import PromptsView from "@/components/prompts/promptsView";
|
||||
|
||||
export default function PromptRepoPage() {
|
||||
return (
|
||||
<PromptProvider>
|
||||
<PromptsView />
|
||||
</PromptProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user