Remove unused file.

This commit is contained in:
Alex Hart
2026-07-31 14:37:19 -03:00
parent 13634f7b4d
commit 5eef971878
@@ -1,15 +0,0 @@
/*
* Copyright 2026 Signal Messenger, LLC
* SPDX-License-Identifier: AGPL-3.0-only
*/
package org.signal.mediasend
import androidx.compose.runtime.Composable
/**
* Screen allowing the user to select who they wish to send a piece of content to.
*/
@Composable
fun MediaSendToScreen() {
}