From b90d09297e9f3fb48f17990830187d650521fdb0 Mon Sep 17 00:00:00 2001 From: jer3m01 Date: Thu, 8 Feb 2024 00:04:44 +0100 Subject: [PATCH] style: lint --- .gitignore | 1 + apps/docs/src/entry-server.tsx | 2 +- apps/docs/src/mdx-components.tsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0956b154..b8be54ca 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ lerna-debug.log # solid .solid .vinxi +.netlify # VSC Settings .vscode/settings.json diff --git a/apps/docs/src/entry-server.tsx b/apps/docs/src/entry-server.tsx index b347edbc..bf657513 100644 --- a/apps/docs/src/entry-server.tsx +++ b/apps/docs/src/entry-server.tsx @@ -1,4 +1,4 @@ -import { createHandler, StartServer } from "@solidjs/start/server"; +import { StartServer, createHandler } from "@solidjs/start/server"; export default createHandler(() => ( - {local.children + " – Kobalte"} + {`${local.children} – Kobalte`} {local.children} );