diff --git a/resources/js/types/index.d.ts b/resources/js/types/index.d.ts
index 3c4c435..f7b14cc 100644
--- a/resources/js/types/index.d.ts
+++ b/resources/js/types/index.d.ts
@@ -6,13 +6,6 @@ export interface Auth {
user: User;
}
-export interface BreadcrumbItem {
- title: string;
- href: string;
-}
-
-export type BreadcrumbItemType = BreadcrumbItem;
-
export interface NavGroup {
title: string;
items: NavItem[];
@@ -26,6 +19,7 @@ export interface NavItem {
isActive?: boolean;
action?: NavAction
}
+
export interface NavAction {
title: string;
href: NonNullable;
@@ -33,10 +27,8 @@ export interface NavAction {
color?: string;
}
-
export type AppPageProps = Record> = T & {
name: string;
- quote: { message: string; author: string };
auth: Auth;
sidebarOpen: boolean;
}
diff --git a/routes/console.php b/routes/console.php
index 3c9adf1..a814366 100644
--- a/routes/console.php
+++ b/routes/console.php
@@ -1,8 +1 @@
-comment(Inspiring::quote());
-})->purpose('Display an inspiring quote');
+