mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
* Revert "SEL-487: Prompt user to backup recovery phrase before registering (#715)" This reverts commitfe14ac655e. * revert update * fix safe area context pkg * Revert "SEL-487: Prompt user to backup recovery phrase before registering (#715)" This reverts commitfe14ac655e. * fix old flow * more silent tests * update lock files * hard code return
8 lines
264 B
JavaScript
8 lines
264 B
JavaScript
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
|
|
|
import React from 'react';
|
|
|
|
const SvgMock = props => React.createElement('svg', props);
|
|
|
|
export default SvgMock;
|