mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
move Layout into _app.tsx
This commit is contained in:
committed by
Thomas Ruoff
parent
7389289b81
commit
2fd3a47e72
@@ -1,8 +1,6 @@
|
||||
import Layout from '../components/layout'
|
||||
|
||||
export default function Prices() {
|
||||
return (
|
||||
<Layout>
|
||||
<>
|
||||
<h1 className="mb-3 text-xl font-extrabold">Preise</h1>
|
||||
<table className="divide-y divide-gray-200">
|
||||
<thead className="bg-gray-50">
|
||||
@@ -43,6 +41,6 @@ export default function Prices() {
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</Layout>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user