Skip to content

Commit

Permalink
fix: setting page uncommentted in pages folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonath-z committed Dec 26, 2022
1 parent 2e452f9 commit 3fcfc23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pages/account/setting.js

This file was deleted.

7 changes: 7 additions & 0 deletions pages/account/setting.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from "react";
import AccountSettingsPage from "../../components/AccountSettingPage";

const setting = () => {
return <AccountSettingsPage />;
};
export default setting;

0 comments on commit 3fcfc23

Please sign in to comment.