feat: restructure internal tab stuff to make more sense

This commit is contained in:
Adrian Castro
2024-03-05 21:27:20 +01:00
parent d07c49b8c3
commit 27380e57da
6 changed files with 16 additions and 53 deletions

View File

@@ -0,0 +1,7 @@
import React from "react";
import HomeScreenContent from "~/components/HomeScreenContent";
export default function SearchScreen() {
return <HomeScreenContent />;
}