add open/close to sidebar & responsive sidebar & head & page dashboard and user account
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import Head from "./head"
|
||||
import Head from "./head";
|
||||
import List from "./List";
|
||||
|
||||
|
||||
function TurnsPage({ data }) {
|
||||
return (
|
||||
<div className="bg-[#FFF] rounded-[8px] shadow-[0px_1px_24.8px_0px_rgba(204,204,204,0.18)] p-[24px]">
|
||||
<div className="bg-[#FFF] opacity-page rounded-[8px] shadow-[0px_1px_24.8px_0px_rgba(204,204,204,0.18)] p-[24px]">
|
||||
<Head />
|
||||
<List data={data} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user