add LargeTable component
This commit is contained in:
@@ -10,6 +10,7 @@ import Select from "@/components/TempDesignSystem/Form/Select"
|
||||
|
||||
import levelsData from "./data/EN.json"
|
||||
import BenefitList from "./BenefitList"
|
||||
import LargeTable from "./LargeTable"
|
||||
import LevelSummary from "./LevelSummary"
|
||||
import OverviewTableTitle from "./Title"
|
||||
|
||||
@@ -178,6 +179,10 @@ export default function OverviewTable() {
|
||||
levels={[selectedLevelA, selectedLevelB, selectedLevelC]}
|
||||
/>
|
||||
</div>
|
||||
<div className={styles.largeTableContainer}>
|
||||
{/* Remove `as` once we have real data */}
|
||||
<LargeTable levels={levelsData.levels as ComparisonLevel[]} />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user