From f718ad9309ca88743c88673ea8a7cca760d0ff21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8A=B2=E9=B9=8F?= Date: Thu, 6 Apr 2023 10:05:55 +0800 Subject: [PATCH] restore demo exports --- doric-demo/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doric-demo/index.ts b/doric-demo/index.ts index 222866bd..5f778ea2 100644 --- a/doric-demo/index.ts +++ b/doric-demo/index.ts @@ -1,3 +1,7 @@ export default [ - 'src/SliderInListDemo', + 'src/Counter', + 'src/Snake', + 'src/ComplicatedAnimations', + 'src/.*Demo', + 'src/Gobang', ] \ No newline at end of file