Rename autofill dropdown folder and files
This commit is contained in:
parent
09c9261677
commit
7efcf8ccc3
@ -1,7 +1,7 @@
|
|||||||
import React, { useEffect, useState } from 'react';
|
import React, { useEffect, useState } from 'react';
|
||||||
import { useThrottle } from 'use-throttle';
|
import { useThrottle } from 'use-throttle';
|
||||||
|
|
||||||
import './autofillDropdown.css';
|
import './autofill-dropdown.css';
|
||||||
|
|
||||||
import { apiGet } from '../../../apiHelpers';
|
import { apiGet } from '../../../apiHelpers';
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
import React, { useState } from 'react';
|
import React, { useState } from 'react';
|
||||||
|
|
||||||
import { AutofillDropdown } from './autofill/autofillDropdown';
|
import { AutofillDropdown } from './autofill-dropdown/autofill-dropdown';
|
||||||
|
|
||||||
export interface TextDataEntryInputProps {
|
export interface TextDataEntryInputProps {
|
||||||
slug: string;
|
slug: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user