X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftechniques%2FList.js;h=e18937e9d21ff5660fa44d9e53e09912c1106dec;hb=de9be1288c2b3214e007c8d67d6b19e756cf08ba;hp=58f0eaef254a5c10ba118b92e5b471f8e5e31389;hpb=5b21bf8a7e7efed35389c693fcf3775d6ee3f0ec;p=alttp.git diff --git a/resources/js/components/techniques/List.js b/resources/js/components/techniques/List.js index 58f0eae..e18937e 100644 --- a/resources/js/components/techniques/List.js +++ b/resources/js/components/techniques/List.js @@ -2,6 +2,7 @@ import PropTypes from 'prop-types'; import React from 'react'; import { Link } from 'react-router-dom'; +import Rulesets from './Rulesets'; import { getLink, getTranslation, @@ -10,13 +11,18 @@ import i18n from '../../i18n'; const List = ({ techniques }) => ;