mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
chore(desktop): update generated route tree
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
48994e01bc
commit
57afe40e7b
@@ -7,7 +7,6 @@
|
||||
import { Route as rootRouteImport } from "./routes/root";
|
||||
import { Route as workflowsRouteImport } from "./routes/workflows";
|
||||
import { Route as settingsRouteImport } from "./routes/settings";
|
||||
import { Route as remindersRouteImport } from "./routes/reminders";
|
||||
import { Route as pulseRouteImport } from "./routes/pulse";
|
||||
import { Route as projectsRouteImport } from "./routes/projects";
|
||||
import { Route as agentsRouteImport } from "./routes/agents";
|
||||
@@ -27,11 +26,6 @@ const settingsRoute = settingsRouteImport.update({
|
||||
path: "/settings",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any);
|
||||
const remindersRoute = remindersRouteImport.update({
|
||||
id: "/reminders",
|
||||
path: "/reminders",
|
||||
getParentRoute: () => rootRouteImport,
|
||||
} as any);
|
||||
const pulseRoute = pulseRouteImport.update({
|
||||
id: "/pulse",
|
||||
path: "/pulse",
|
||||
@@ -79,7 +73,6 @@ export interface FileRoutesByFullPath {
|
||||
"/agents": typeof agentsRoute;
|
||||
"/projects": typeof projectsRoute;
|
||||
"/pulse": typeof pulseRoute;
|
||||
"/reminders": typeof remindersRoute;
|
||||
"/settings": typeof settingsRoute;
|
||||
"/workflows": typeof workflowsRoute;
|
||||
"/channels/$channelId": typeof channelsDotchannelIdRoute;
|
||||
@@ -92,7 +85,6 @@ export interface FileRoutesByTo {
|
||||
"/agents": typeof agentsRoute;
|
||||
"/projects": typeof projectsRoute;
|
||||
"/pulse": typeof pulseRoute;
|
||||
"/reminders": typeof remindersRoute;
|
||||
"/settings": typeof settingsRoute;
|
||||
"/workflows": typeof workflowsRoute;
|
||||
"/channels/$channelId": typeof channelsDotchannelIdRoute;
|
||||
@@ -106,7 +98,6 @@ export interface FileRoutesById {
|
||||
"/agents": typeof agentsRoute;
|
||||
"/projects": typeof projectsRoute;
|
||||
"/pulse": typeof pulseRoute;
|
||||
"/reminders": typeof remindersRoute;
|
||||
"/settings": typeof settingsRoute;
|
||||
"/workflows": typeof workflowsRoute;
|
||||
"/channels/$channelId": typeof channelsDotchannelIdRoute;
|
||||
@@ -121,7 +112,6 @@ export interface FileRouteTypes {
|
||||
| "/agents"
|
||||
| "/projects"
|
||||
| "/pulse"
|
||||
| "/reminders"
|
||||
| "/settings"
|
||||
| "/workflows"
|
||||
| "/channels/$channelId"
|
||||
@@ -134,7 +124,6 @@ export interface FileRouteTypes {
|
||||
| "/agents"
|
||||
| "/projects"
|
||||
| "/pulse"
|
||||
| "/reminders"
|
||||
| "/settings"
|
||||
| "/workflows"
|
||||
| "/channels/$channelId"
|
||||
@@ -147,7 +136,6 @@ export interface FileRouteTypes {
|
||||
| "/agents"
|
||||
| "/projects"
|
||||
| "/pulse"
|
||||
| "/reminders"
|
||||
| "/settings"
|
||||
| "/workflows"
|
||||
| "/channels/$channelId"
|
||||
@@ -161,7 +149,6 @@ export interface RootRouteChildren {
|
||||
agentsRoute: typeof agentsRoute;
|
||||
projectsRoute: typeof projectsRoute;
|
||||
pulseRoute: typeof pulseRoute;
|
||||
remindersRoute: typeof remindersRoute;
|
||||
settingsRoute: typeof settingsRoute;
|
||||
workflowsRoute: typeof workflowsRoute;
|
||||
channelsDotchannelIdRoute: typeof channelsDotchannelIdRoute;
|
||||
@@ -186,13 +173,6 @@ declare module "@tanstack/react-router" {
|
||||
preLoaderRoute: typeof settingsRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
};
|
||||
"/reminders": {
|
||||
id: "/reminders";
|
||||
path: "/reminders";
|
||||
fullPath: "/reminders";
|
||||
preLoaderRoute: typeof remindersRouteImport;
|
||||
parentRoute: typeof rootRouteImport;
|
||||
};
|
||||
"/pulse": {
|
||||
id: "/pulse";
|
||||
path: "/pulse";
|
||||
@@ -257,7 +237,6 @@ const rootRouteChildren: RootRouteChildren = {
|
||||
agentsRoute: agentsRoute,
|
||||
projectsRoute: projectsRoute,
|
||||
pulseRoute: pulseRoute,
|
||||
remindersRoute: remindersRoute,
|
||||
settingsRoute: settingsRoute,
|
||||
workflowsRoute: workflowsRoute,
|
||||
channelsDotchannelIdRoute: channelsDotchannelIdRoute,
|
||||
|
||||
Reference in New Issue
Block a user