mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
Renamed Dropdnown.scss to DropdownBtn.scss for consistency with component
This commit is contained in:
parent
7b9447b717
commit
da484374a1
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import { FC } from 'react';
|
||||
import { Dropdown, DropdownMenu, DropdownToggle } from 'reactstrap';
|
||||
import { useToggle } from './helpers/hooks';
|
||||
import './Dropdown.scss';
|
||||
import './DropdownBtn.scss';
|
||||
|
||||
export interface DropdownBtnProps {
|
||||
text: string;
|
||||
|
|
Loading…
Reference in a new issue