fixed filter by tags + refactored search + bug fixed + settings page [WIP]

This commit is contained in:
daniel31x13
2023-10-16 13:10:52 -04:00
parent 36a1ed209e
commit f98500ec4e
22 changed files with 561 additions and 184 deletions
+10
View File
@@ -0,0 +1,10 @@
import SettingsLayout from "@/layouts/SettingsLayout";
import React from "react";
export default function appearance() {
return (
<SettingsLayout>
<div>appearance</div>
</SettingsLayout>
);
}