Commit 3913f645 authored by jakeburden's avatar jakeburden

Add default export for static analysis

parent 80ca31b6
......@@ -151,3 +151,7 @@ export const mockTimezoneData = [
{ name: 'Samoa', offset: 46800, identifier: 'Pacific/Apia' },
{ name: 'Tokelau Is.', offset: 46800, identifier: 'Pacific/Fakaofo' },
];
export default {
mockTimezoneData,
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment