mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
76a2a9bb8b
* @metamask/eslint-config@5.0.0 * Update eslintrc and prettierrc * yarn lint:fix
9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
import React from 'react';
|
|
import PulseLoader from '.';
|
|
|
|
export default {
|
|
title: 'PulseLoader',
|
|
};
|
|
|
|
export const common = () => <PulseLoader />;
|