Move globalize to lib
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { FunctionComponent } from 'react';
|
||||
import globalize from '../scripts/globalize';
|
||||
import globalize from '../lib/globalize';
|
||||
|
||||
const createSelectElement = ({ name, id, required, label, option }: { name?: string, id?: string, required?: string, label?: string, option?: React.ReactNode }) => ({
|
||||
__html: `<select
|
||||
|
||||
Reference in New Issue
Block a user