mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:03:26 +00:00
8 lines
168 B
TypeScript
8 lines
168 B
TypeScript
import React from "react";
|
|
|
|
import HomeScreenContent from "~/components/HomeScreenContent";
|
|
|
|
export default function SearchScreen() {
|
|
return <HomeScreenContent />;
|
|
}
|