mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-25 04:40:20 +00:00
cd66dcee7b
* 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>
5 lines
129 B
Python
5 lines
129 B
Python
from .bookmarks import *
|
|
from .settings import *
|
|
from .toasts import *
|
|
from .health import health
|
|
from .manifest import manifest
|