feel free to star this
feel free to star this
Record type | name | priority | Value |
---|---|---|---|
MX | @ | 10 | mx1.forwardemail.net |
MX | @ | 20 | mx2.forwardemail.net |
TXT | @ | -- | [email protected] |
optional | ----------- | View | https://forwardemail.net/ |
TXT | @ | -- | forward-email-site-verification=your code |
TXT | @ | -- | forward-email=info:[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// client | |
import React, {useState} from 'react' | |
import axios from 'axios' | |
export default function Image() { | |
const [Image, setImage] = useState('Choose File'); | |
const [ImageUrl, setImageUrl] = useState('Choose File'); | |