mirror of
https://github.com/fergalmoran/radio-otherway.git
synced 2025-12-22 09:50:29 +00:00
Fix build errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import HomePageComponent from "@/components/pages/home/HomePageComponent";
|
||||
import HomePageComponent from "@/components/pages/home";
|
||||
|
||||
const getData = async () => {
|
||||
// const res = await fetch(
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
import HomePageComponent from "./HomePageComponent";
|
||||
|
||||
export default HomePageComponent;
|
||||
|
||||
@@ -13,7 +13,7 @@ const PhoneNumberNotificationControl = ({
|
||||
<InputText
|
||||
showLabel={false}
|
||||
type="tel"
|
||||
defaultValue="phoneNumber"
|
||||
value="phoneNumber"
|
||||
labelTitle="Phone number"
|
||||
updateFormValue={(value) => setPhoneNumber(value)}
|
||||
id="phone"
|
||||
|
||||
@@ -13,7 +13,7 @@ const SignalNotification = ({
|
||||
<InputText
|
||||
showLabel={false}
|
||||
type="tel"
|
||||
defaultValue="phoneNumber"
|
||||
value="phoneNumber"
|
||||
labelTitle="Phone number"
|
||||
updateFormValue={(value) => setPhoneNumber(value)}
|
||||
id="phone"
|
||||
|
||||
Reference in New Issue
Block a user