feat: add main features
Agents for developpement added + frontend add + backend added. Git viewer created + agent and template creator + layout and project creator
This commit is contained in:
5
frontend/src/features/projects/index.ts
Normal file
5
frontend/src/features/projects/index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
/** Projects feature (L2): create/list/open projects, basic tab bar. */
|
||||
|
||||
export { ProjectsView } from "./ProjectsView";
|
||||
export { useProjects } from "./useProjects";
|
||||
export type { ProjectsViewModel } from "./useProjects";
|
||||
Reference in New Issue
Block a user