mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
28708e3a2e
* end of first time flow * metametrics first time flow * select-action * welcome
11 lines
207 B
JavaScript
11 lines
207 B
JavaScript
import React from 'react';
|
|
import EndOfFlowScreen from './end-of-flow.component';
|
|
|
|
export default {
|
|
title: 'First Time Flow',
|
|
};
|
|
|
|
export const EndOfFlowComponent = () => {
|
|
return <EndOfFlowScreen />;
|
|
};
|