feat: move packages to root and remove unused dependencies

This commit is contained in:
t.lettermann
2024-07-24 11:15:14 +02:00
parent 83cee11e65
commit 1f57b70cef
34 changed files with 2 additions and 3 deletions

View File

@ -1,23 +0,0 @@
{% extends "base.html" %}
{% block title %}Phrama Libre{% endblock %}
{% block body %}
<div>
<header>
<h1>Pharma Libre</h1>
</header>
<main>
<div
id="hello"
hx-get="/hello"
hx-target="this"
hx-trigger="load"
hx-swap="outerHTML"
>
Loading...
</div>
</main>
</div>
{% endblock %}