Skip to content

Commit 49e5d40

Browse files
refactor(handbook): rename structure file to follow convention (#2031)
1 parent 42a92d7 commit 49e5d40

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

apps/web/src/routes/_view/company-handbook/$.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { createFileRoute, redirect } from "@tanstack/react-router";
22
import { allHandbooks } from "content-collections";
33

44
import { HandbookLayout } from "./-components";
5-
import { handbookStructure } from "./structure";
5+
import { handbookStructure } from "./-structure";
66

77
export const Route = createFileRoute("/_view/company-handbook/$")({
88
component: Component,

apps/web/src/routes/_view/company-handbook/structure.ts renamed to apps/web/src/routes/_view/company-handbook/-structure.ts

File renamed without changes.

apps/web/src/routes/_view/company-handbook/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
import { allHandbooks } from "content-collections";
88
import { useMemo } from "react";
99

10-
import { handbookStructure } from "./structure";
10+
import { handbookStructure } from "./-structure";
1111

1212
export const Route = createFileRoute("/_view/company-handbook")({
1313
component: Component,

0 commit comments

Comments
 (0)