Correctly pull button styles

This commit is contained in:
DaneEveritt 2022-06-12 15:17:14 -04:00
parent 2f1c8ae91d
commit 88987fb6c7
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -9,7 +9,7 @@ import PaginationFooter from '@/components/elements/table/PaginationFooter';
import { ActivityLogFilters } from '@/api/account/activity';
import { Link } from 'react-router-dom';
import classNames from 'classnames';
import { styles as btnStyles } from '@/components/elements/button';
import { styles as btnStyles } from '@/components/elements/button/index';
import { XCircleIcon } from '@heroicons/react/solid';
export default () => {