X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftechniques%2FList.js;h=aa80836c562098cefc3e5303ed8466b2bafcb941;hb=c56ab0725b926af522285d96a22f998f4f7c0c40;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..aa80836 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 }) => ;