mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Rename files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { ReactElement } from 'react';
|
||||
import React from 'react';
|
||||
|
||||
export function InstallScreenSignalLogo(): ReactElement {
|
||||
return <div className="InstallScreenSignalLogo" />;
|
||||
}
|
||||
Reference in New Issue
Block a user