Makelore 2.0 initial clean snapshot
This commit is contained in:
7
src/pages/Subagents/index.tsx
Normal file
7
src/pages/Subagents/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Navigate } from 'react-router-dom';
|
||||
|
||||
export function Subagents() {
|
||||
return <Navigate to="/opencode-chat" replace />;
|
||||
}
|
||||
|
||||
export default Subagents;
|
||||
Reference in New Issue
Block a user