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 React from "react";
|
||||||
import HomePageComponent from "@/components/pages/home/HomePageComponent";
|
import HomePageComponent from "@/components/pages/home";
|
||||||
|
|
||||||
const getData = async () => {
|
const getData = async () => {
|
||||||
// const res = await fetch(
|
// const res = await fetch(
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
import HomePageComponent from "./HomePageComponent";
|
||||||
|
|
||||||
|
export default HomePageComponent;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const PhoneNumberNotificationControl = ({
|
|||||||
<InputText
|
<InputText
|
||||||
showLabel={false}
|
showLabel={false}
|
||||||
type="tel"
|
type="tel"
|
||||||
defaultValue="phoneNumber"
|
value="phoneNumber"
|
||||||
labelTitle="Phone number"
|
labelTitle="Phone number"
|
||||||
updateFormValue={(value) => setPhoneNumber(value)}
|
updateFormValue={(value) => setPhoneNumber(value)}
|
||||||
id="phone"
|
id="phone"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const SignalNotification = ({
|
|||||||
<InputText
|
<InputText
|
||||||
showLabel={false}
|
showLabel={false}
|
||||||
type="tel"
|
type="tel"
|
||||||
defaultValue="phoneNumber"
|
value="phoneNumber"
|
||||||
labelTitle="Phone number"
|
labelTitle="Phone number"
|
||||||
updateFormValue={(value) => setPhoneNumber(value)}
|
updateFormValue={(value) => setPhoneNumber(value)}
|
||||||
id="phone"
|
id="phone"
|
||||||
|
|||||||
Reference in New Issue
Block a user