style: issue details, list view, kanban card
This commit is contained in:
parent
1368fb9164
commit
b1aa389930
32 changed files with 935 additions and 1326 deletions
|
|
@ -9,7 +9,7 @@ import Dropzone, { useDropzone } from "react-dropzone";
|
|||
// hooks
|
||||
import useUser from "lib/hooks/useUser";
|
||||
// layouts
|
||||
import AdminLayout from "layouts/AdminLayout";
|
||||
import AppLayout from "layouts/AppLayout";
|
||||
// services
|
||||
import userService from "lib/services/user.service";
|
||||
import fileServices from "lib/services/file.services";
|
||||
|
|
@ -112,7 +112,7 @@ const Profile: NextPage = () => {
|
|||
];
|
||||
|
||||
return (
|
||||
<AdminLayout
|
||||
<AppLayout
|
||||
meta={{
|
||||
title: "Plane - My Profile",
|
||||
}}
|
||||
|
|
@ -303,7 +303,7 @@ const Profile: NextPage = () => {
|
|||
</div>
|
||||
)}
|
||||
</div>
|
||||
</AdminLayout>
|
||||
</AppLayout>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue