mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Fix case
This commit is contained in:
parent
e8d38678c7
commit
f219068d66
@ -2,7 +2,7 @@ import React, { useState, } from 'react'
|
||||
import { FormattedMessage, useIntl } from 'react-intl'
|
||||
import ReCAPTCHA from "react-google-recaptcha";
|
||||
import { useHistory } from "react-router-dom";
|
||||
import { Service, NewUser } from '../Services/service';
|
||||
import { Service, NewUser } from '../services/Service';
|
||||
|
||||
|
||||
import Header from './Header';
|
||||
|
Loading…
Reference in New Issue
Block a user