mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 07:16:36 +01:00
215430236e
* created new route for connections * remove unnecessary code * added connections component * fixed connections route * moved connections to pages in multichain * moved connections route to multichain feature flag
6 lines
88 B
JavaScript
6 lines
88 B
JavaScript
import React from 'react';
|
|
|
|
export const Connections = () => {
|
|
return <div></div>;
|
|
};
|