From 63f8b87a1b383130866e8f986d25802ac981e4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8A=B2=E9=B9=8F?= Date: Wed, 1 Mar 2023 15:02:08 +0800 Subject: [PATCH] restore exports --- doric-demo/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doric-demo/index.ts b/doric-demo/index.ts index 07a34329..5f778ea2 100644 --- a/doric-demo/index.ts +++ b/doric-demo/index.ts @@ -1,3 +1,7 @@ export default [ 'src/Counter', + 'src/Snake', + 'src/ComplicatedAnimations', + 'src/.*Demo', + 'src/Gobang', ] \ No newline at end of file