import React from 'react'; import { AssetNotPredictive } from '.'; export default { title: 'Components/AssetNotPredictive', component: AssetNotPredictive, }; export const Default = () => ; const RUNS = [ { name: 'static/vendor.abcd1234.js', value: 1024 * 1024 - 1, }, { name: 'static/vendor.abcd1234.js', value: 1024 * 1024, }, ] as any; export const WithRuns = () => ;