Renamed Dropdnown.scss to DropdownBtn.scss for consistency with component

This commit is contained in:
Alejandro Celaya 2020-12-25 11:21:39 +01:00
parent 7b9447b717
commit da484374a1
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
import { FC } from 'react'; import { FC } from 'react';
import { Dropdown, DropdownMenu, DropdownToggle } from 'reactstrap'; import { Dropdown, DropdownMenu, DropdownToggle } from 'reactstrap';
import { useToggle } from './helpers/hooks'; import { useToggle } from './helpers/hooks';
import './Dropdown.scss'; import './DropdownBtn.scss';
export interface DropdownBtnProps { export interface DropdownBtnProps {
text: string; text: string;