mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
5eadb3ede3
* allow configuring landing page * add tests
7 lines
174 B
Python
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
|