import { Modpack } from '@/api/server/modpacks/Modpack'; import GreyRowBox from '@/components/elements/GreyRowBox'; import TitledGreyBox from '@/components/elements/TitledGreyBox'; import React from 'react'; interface Props { modpack: Modpack; } export default({modpack}: Props) => { return (
{modpack.summary}