Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Mohammad/ Sign-up-success to TS #2426

Merged
2 commits merged into from
Jan 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useEffect, useState } from 'react'
import styled from 'styled-components'
import PropTypes from 'prop-types'
import { graphql, StaticQuery, navigate } from 'gatsby'
import { getLanguage } from '../../common/utility'
import Layout from 'components/layout/layout'
Expand Down Expand Up @@ -103,8 +102,4 @@ const SignupSuccess = () => {
)
}

SignupSuccess.propTypes = {
autofocus: PropTypes.bool,
}

export default WithIntl()(SignupSuccess)