bootstrap4 2 bootstrap

This commit is contained in:
hillerliao
2022-05-14 10:31:25 +08:00
parent c480a05bd6
commit 64142cec85
2 changed files with 4 additions and 3 deletions

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()