Skip to content

Commit 078a62a

Browse files
authored
Merge pull request #15 from clockworklabs/NateTheDev1-patch-1
Test of removing exports
2 parents 7d74374 + fe6b7b7 commit 078a62a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/nav.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
export type Nav = {
1+
type Nav = {
22
items: NavItem[];
33
};
4-
export type NavItem = NavPage | NavSection;
5-
export type NavPage = {
4+
type NavItem = NavPage | NavSection;
5+
type NavPage = {
66
type: "page";
77
path: string;
88
slug: string;

0 commit comments

Comments
 (0)