unneeded const

Signed-off-by: Lauren Schaller <lschaller@spotify.com>
This commit is contained in:
Lauren Schaller
2022-05-06 09:13:31 -04:00
committed by Fredrik Adelöw
parent 2295b4ab2b
commit 5584bf4a9e
@@ -20,8 +20,6 @@ import React, { PropsWithChildren } from 'react';
import { MemoryRouter } from 'react-router';
import { InfoCard, Props } from './InfoCard';
const linkInfo = { title: 'Go to XYZ Location', link: '#' };
export default {
title: 'Layout/Information Card',
component: InfoCard,