fixed README Quickstart file extension typo (#1146)

This commit is contained in:
Ralph Bibera 2025-04-24 15:21:08 +08:00 committed by GitHub
parent 5704bc86a1
commit 89db10a643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ A component in django-components can be as simple as a Django template and Pytho
```
```py
# components/calendar/calendar.html
# components/calendar/calendar.py
from django_components import Component
class Calendar(Component):