mirror of
https://github.com/sissbruecker/linkding.git
synced 2026-02-28 15:03:12 +08: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
|