mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-10 20:27:53 +02:00

* Added Apple web-app meta tag #358 * Added manifest file for web app * Changed manifest to use template #358 * Small tweaks, add tests --------- Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
6 lines
129 B
Python
6 lines
129 B
Python
from .bookmarks import *
|
|
from .settings import *
|
|
from .toasts import *
|
|
from .health import health
|
|
from .manifest import manifest
|