style: add line break

This commit is contained in:
Stevan Freeborn
2023-04-10 22:44:31 -05:00
parent 0a342725de
commit 39449a5e0f
+1
View File
@@ -1,4 +1,5 @@
import { ReactNode } from 'react'; import { ReactNode } from 'react';
export type DocsStructure = { export type DocsStructure = {
version: string; version: string;
docs: Doc[]; docs: Doc[];