design head and search page turns
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import Head from "./head"
|
||||
|
||||
function TurnsPage({ data }) {
|
||||
return (
|
||||
<div>TurnsPage</div>
|
||||
<div className="bg-[#FFF] rounded-[8px] shadow-[0px_1px_24.8px_0px_rgba(204,204,204,0.18)] p-[24px]">
|
||||
<Head />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user