From 8bb8b60ac6304398b91a7c295ffed429abe52d3e Mon Sep 17 00:00:00 2001 From: anubra266 Date: Tue, 23 Jan 2024 09:10:23 -0600 Subject: [PATCH] Add error intent --- sandbox/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sandbox/src/App.tsx b/sandbox/src/App.tsx index 96d4e6c..f1f5102 100644 --- a/sandbox/src/App.tsx +++ b/sandbox/src/App.tsx @@ -1,3 +1,5 @@ +// * Too much errors in this file? It's intentional. Thanks for your concern. 🙏 + import { defineKeyframes } from '@pandacss/dev' import { css } from '../styled-system/css' import { HStack, panda } from '../styled-system/jsx'