From aa5193d19918ec16b70c95ead03f3966de654aad Mon Sep 17 00:00:00 2001
From: crazywoola <427733928@qq.com>
Date: Fri, 9 Jun 2023 20:17:04 +0800
Subject: [PATCH] feat: add some widgets
---
app/components/page.tsx | 12 +++++++-----
components/button/index.tsx | 15 ++++++++-------
components/button/style.module.css | 14 +++++++++++---
components/power-by/index.tsx | 12 ++++++++++++
package.json | 1 +
tsconfig.json | 1 +
yarn.lock | 5 +++++
7 files changed, 45 insertions(+), 15 deletions(-)
diff --git a/app/components/page.tsx b/app/components/page.tsx
index 457afab..f5d1a33 100644
--- a/app/components/page.tsx
+++ b/app/components/page.tsx
@@ -1,5 +1,5 @@
import styles from './style.module.css'
-import PowerBy from '@/components/power-by'
+import PowerBy, { PowerByFooter } from '@/components/power-by'
import Button from '@/components/button'
import AcademicCap from '@heroicons/react/24/solid/AcademicCapIcon'
const Home = () => {
@@ -8,14 +8,16 @@ const Home = () => {
Button
-
-
-
-
+
+
+
+
+