X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftechniques%2FList.js;h=aa80836c562098cefc3e5303ed8466b2bafcb941;hb=e937f3f41b33ba94d36f898573df75a9cd10e5c0;hp=0549cd38bc0642d981285388b98cb265129e5e2f;hpb=6c51a1601e74bc822ccafe984d525d0e9a35ca28;p=alttp.git diff --git a/resources/js/components/techniques/List.js b/resources/js/components/techniques/List.js index 0549cd3..aa80836 100644 --- a/resources/js/components/techniques/List.js +++ b/resources/js/components/techniques/List.js @@ -2,18 +2,27 @@ import PropTypes from 'prop-types'; import React from 'react'; import { Link } from 'react-router-dom'; -import { getTranslation } from '../../helpers/Technique'; +import Rulesets from './Rulesets'; +import { + getLink, + getTranslation, +} from '../../helpers/Technique'; import i18n from '../../i18n'; const List = ({ techniques }) => ;