bootstrap4 2 bootstrap again

This commit is contained in:
hillerliao
2022-05-14 10:36:52 +08:00
parent c08be07e74
commit 018900d010

View File

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