linkding/bookmarks/views/__init__.py
Sascha Ißbrücker 5eadb3ede3
Allow configuring landing page for unauthenticated users (#808)
* allow configuring landing page

* add tests
2024-08-31 15:39:22 +02:00

7 lines
174 B
Python

from .assets import *
from .bookmarks import *
from .settings import *
from .toasts import *
from .health import health
from .manifest import manifest
from .root import root