Skip to content

Commit

Permalink
feat: page's file migrated to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonath-z committed Dec 28, 2022
1 parent 036b35b commit 26cea75
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 19 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions pages/admin/dashboard.js

This file was deleted.

12 changes: 12 additions & 0 deletions pages/admin/dashboard.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from "react";
import AdminDashboardPage from "../../components/AdminDashboardPage";

const dashboard = () => {
return (
<div className="bg-globalBg mobile:h-fit h-screen">
<AdminDashboardPage />
</div>
);
};

export default dashboard;
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions pages/api/hello.js

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 26cea75

Please sign in to comment.