diff --git a/components.d.ts b/components.d.ts
index 064a367..bb648da 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -29,6 +29,8 @@ declare module 'vue' {
IonContent: typeof import('@ionic/vue')['IonContent']
IonDatetime: typeof import('@ionic/vue')['IonDatetime']
IonDatetimeButton: typeof import('@ionic/vue')['IonDatetimeButton']
+ IonFab: typeof import('@ionic/vue')['IonFab']
+ IonFabButton: typeof import('@ionic/vue')['IonFabButton']
IonFooter: typeof import('@ionic/vue')['IonFooter']
IonGrid: typeof import('@ionic/vue')['IonGrid']
IonHeader: typeof import('@ionic/vue')['IonHeader']
@@ -89,6 +91,8 @@ declare global {
const IonContent: typeof import('@ionic/vue')['IonContent']
const IonDatetime: typeof import('@ionic/vue')['IonDatetime']
const IonDatetimeButton: typeof import('@ionic/vue')['IonDatetimeButton']
+ const IonFab: typeof import('@ionic/vue')['IonFab']
+ const IonFabButton: typeof import('@ionic/vue')['IonFabButton']
const IonFooter: typeof import('@ionic/vue')['IonFooter']
const IonGrid: typeof import('@ionic/vue')['IonGrid']
const IonHeader: typeof import('@ionic/vue')['IonHeader']
diff --git a/src/views/riwa/index.vue b/src/views/riwa/index.vue
index 65b7973..aa7dc7d 100644
--- a/src/views/riwa/index.vue
+++ b/src/views/riwa/index.vue
@@ -1,8 +1,12 @@
@@ -15,10 +19,30 @@ import Rwa from "./components/rwa.vue";
{{ $t('home.title') }}
+
+
+
+
+
+
+
+