Files
App/components/Library/component.tsx
2024-11-23 08:50:12 -06:00

8 lines
157 B
TypeScript

import React from "react";
import { View } from "tamagui";
export default function Library(): React.JSX.Element {
return (
<View></View>
)
}