Skip to content

Commit

Permalink
ok idk
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin committed Sep 3, 2024
1 parent 5e17dbb commit 6846072
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
import {
FeatureChoiced,
FeatureChoicedServerData,
FeatureValueProps,
} from '../../base';
import { FeatureChoiced } from '../../base';
import { FeatureDropdownInput } from '../../dropdowns';

export const feature_animalistic: FeatureChoiced = {
name: 'Animalistic trait',
component: (
props: FeatureValueProps<string, string, FeatureChoicedServerData>,
) => {
return <FeatureDropdownInput buttons {...props} />;
},
component: FeatureDropdownInput,
};

0 comments on commit 6846072

Please sign in to comment.