From 39449a5e0fc67e6c6a4fc6827daf67c1e59c2865 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:44:31 -0500 Subject: [PATCH] style: add line break --- src/app/types/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/types/types.ts b/src/app/types/types.ts index 0b18077..533fb89 100644 --- a/src/app/types/types.ts +++ b/src/app/types/types.ts @@ -1,4 +1,5 @@ import { ReactNode } from 'react'; + export type DocsStructure = { version: string; docs: Doc[];