mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-01 16:30:41 -06:00
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
import React from "react";
|
|
import { View } from "tamagui";
|
|
|
|
export default function Library(): React.JSX.Element {
|
|
return (
|
|
<View></View>
|
|
)
|
|
} |