From d8bd54b4cbbf9bcb82f6b5b81fd9c568a2c7d5db Mon Sep 17 00:00:00 2001 From: Geriano Date: Sat, 16 Jul 2022 05:07:10 +0700 Subject: [PATCH] create card component --- resources/js/Components/Card.vue | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 resources/js/Components/Card.vue diff --git a/resources/js/Components/Card.vue b/resources/js/Components/Card.vue new file mode 100644 index 0000000..21d7767 --- /dev/null +++ b/resources/js/Components/Card.vue @@ -0,0 +1,33 @@ + + + \ No newline at end of file