Skip to content

Commit

Permalink
Add type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-debruijn committed Sep 16, 2024
1 parent 2fbf14d commit 77f5e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/ts/Components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Link = (props: ComponentProps<"a">) =>
<RouterLink {...(props as InertiaLinkProps)} />
);

const allPages = [
const allPages: Page[] = [
{
component: "Integrations/Index",
key: "integrations",
Expand Down

0 comments on commit 77f5e5f

Please sign in to comment.