bootstrap4

This commit is contained in:
hillerliao
2022-05-12 23:51:57 +08:00
parent c2ba301c1d
commit c480a05bd6

View File

@@ -1,8 +1,8 @@
from flask_bootstrap import Bootstrap
from flask_bootstrap import Bootstrap4
from flask_debugtoolbar import DebugToolbarExtension
from flask_moment import Moment
bootstrap = Bootstrap()
bootstrap = Bootstrap4()
debugtoolbar = DebugToolbarExtension()
moment = Moment()