Skip to content

Commit

Permalink
Fixing @guaka's mess...
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Jan 26, 2024
1 parent 525ce0c commit 3e1c12b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/tribes/client/components/TribesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import PropTypes from 'prop-types';
import styled from 'styled-components';

import Tribe from './Tribe';
import SuggestTribe from './SuggestTribe';

const List = styled.ul.attrs({ className: 'list-unstyled tribes-grid' })`
margin: -5px -5px 15px -5px;
Expand Down

0 comments on commit 3e1c12b

Please sign in to comment.