Rename autofill dropdown folder and files

This commit is contained in:
Maciej Ziarkowski 2020-01-09 19:44:38 +00:00
parent 09c9261677
commit 7efcf8ccc3
3 changed files with 2 additions and 2 deletions

View File

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

View File

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