fixed filter by tags + refactored search + bug fixed + settings page [WIP]
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import SettingsLayout from "@/layouts/SettingsLayout";
|
||||
import React from "react";
|
||||
|
||||
export default function password() {
|
||||
return (
|
||||
<SettingsLayout>
|
||||
<div>password</div>
|
||||
</SettingsLayout>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user