ruffer-pattern-portfolio
Version:
This is the end result from https://dev.to/swyx/quick-guide-to-setup-your-react--typescript-storybook-design-system-1c51
27 lines (26 loc) • 786 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var RecentDocuments = [
{
title: 'Recent document',
link: 'http://localhost/',
tags: ['Regulatory Notice', 'Environment social governance'],
isNew: true,
lastUpdate: '3 days ago'
},
{
title: 'Recent document 2',
link: 'http://localhost/',
tags: ['Regulatory Notice', 'Environment social governance'],
isNew: true,
lastUpdate: '7 days ago'
},
{
title: 'Recent document 3',
link: 'http://localhost/',
tags: ['Regulatory Notice', 'Environment social governance'],
isNew: true,
lastUpdate: '7 days ago'
}
];
exports.default = RecentDocuments;