add contact-number

This commit is contained in:
Timi
2026-08-20 22:27:27 +08:00
parent 7c937a090f
commit 5302ad9798
5 changed files with 114 additions and 5 deletions
+5 -2
View File
@@ -10,6 +10,7 @@ import MarkdownView from "./markdown-view";
import BEFlowerFall from "./background-effect/flower-fall";
import MarkdownEditor from "./markdown-editor";
import PassTimeLabel from "./passtime-label";
import ContactNumber from "./contact-number";
export default [
Icon,
@@ -22,7 +23,8 @@ export default [
MarkdownView,
BEFlowerFall,
MarkdownEditor,
PassTimeLabel
PassTimeLabel,
ContactNumber
];
export {
@@ -36,5 +38,6 @@ export {
MarkdownView,
BEFlowerFall,
MarkdownEditor,
PassTimeLabel
PassTimeLabel,
ContactNumber
};