Grouped components into folders

This commit is contained in:
2022-10-16 16:26:24 +02:00
parent ea603804a2
commit 38f3caa524
20 changed files with 177 additions and 242 deletions

View File

@ -1,7 +1,7 @@
import { categories } from '../../placeholder/SearchCategories';
import { categories } from "../../placeholder/SearchCategories"
function ChannelPage() {
const category = categories.data[0];
const category = categories.data[0]
return (
<div className="flex-1 flex flex-row">
<div className="bg-neutral-900 flex-1 text-gray-100">
@ -20,7 +20,7 @@ function ChannelPage() {
</div>
</div>
</div>
);
)
}
export default ChannelPage;
export default ChannelPage