aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/common/button/index.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-30 20:52:13 +0800
committercrupest <crupest@outlook.com>2023-07-30 20:52:13 +0800
commita148f11c193d35ba489f887ed393aedf58a1c714 (patch)
tree0028ec26d0cce5fb5a460777105be94a2084b704 /FrontEnd/src/views/common/button/index.tsx
parent001712ec0ae0de86ec7d2c36e2fff8bccc55bab5 (diff)
downloadtimeline-a148f11c193d35ba489f887ed393aedf58a1c714.tar.gz
timeline-a148f11c193d35ba489f887ed393aedf58a1c714.tar.bz2
timeline-a148f11c193d35ba489f887ed393aedf58a1c714.zip
...
Diffstat (limited to 'FrontEnd/src/views/common/button/index.tsx')
-rw-r--r--FrontEnd/src/views/common/button/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/FrontEnd/src/views/common/button/index.tsx b/FrontEnd/src/views/common/button/index.tsx
index cff5ba3f..73038849 100644
--- a/FrontEnd/src/views/common/button/index.tsx
+++ b/FrontEnd/src/views/common/button/index.tsx
@@ -2,5 +2,6 @@ import Button from "./Button";
import FlatButton from "./FlatButton";
import IconButton from "./IconButton";
import LoadingButton from "./LoadingButton";
+import ButtonRow from "./ButtonRow";
-export { Button, FlatButton, IconButton, LoadingButton };
+export { Button, FlatButton, IconButton, LoadingButton, ButtonRow };