mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
fix dictionary import
This commit is contained in:
parent
90df26cac7
commit
9d155fd7dd
@ -13,7 +13,7 @@ import { BILLING_ENABLED, DASHBOARD_URL } from 'CommonUI/src/Config';
|
||||
import URL from 'Common/Types/API/URL';
|
||||
import { SIGNUP_API_URL } from '../Utils/ApiPaths';
|
||||
import Fields from 'CommonUI/src/Components/Forms/Types/Fields';
|
||||
import { Dictionary } from 'lodash';
|
||||
import Dictionary from 'Common/Types/Dictionary';
|
||||
|
||||
const RegisterPage: () => JSX.Element = () => {
|
||||
const apiUrl: URL = SIGNUP_API_URL;
|
||||
|
Loading…
Reference in New Issue
Block a user