feat(transaction): #66 implement transactions
This commit was merged in pull request #72.
This commit is contained in:
@@ -26,6 +26,7 @@ templ Layout(slot templ.Component, user templ.Component, loggedIn bool, path str
|
||||
/>
|
||||
<script src="/static/js/htmx.min.js"></script>
|
||||
<script src="/static/js/toast.js"></script>
|
||||
<script src="/static/js/time.js"></script>
|
||||
</head>
|
||||
<body class="h-screen flex flex-col" hx-headers='{"csrf-token": "CSRF_TOKEN"}'>
|
||||
// Header
|
||||
|
||||
Reference in New Issue
Block a user