fix dictionary import

This commit is contained in:
Simon Larsen 2023-08-17 13:01:46 +01:00
parent 90df26cac7
commit 9d155fd7dd
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -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;