mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-15 07:20:51 -06:00
10 lines
178 B
TypeScript
10 lines
178 B
TypeScript
import React from "react";
|
|
import { View } from "tamagui";
|
|
|
|
export default function Search(): React.JSX.Element {
|
|
return (
|
|
<View>
|
|
|
|
</View>
|
|
)
|
|
} |