diff --git a/index.js b/index.js index 29eff8c..e34e38d 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ import { div, span, pre, h1, p, ul, li, button, createElement } from './main.js' -import { Dialog } from './wigets/dialog.js' +import { Dialog } from './wigdets/dialog.js' // 会话/账户 document.body.appendChild(createElement({ diff --git a/wigets/avatar.js b/widgets/avatar.js similarity index 100% rename from wigets/avatar.js rename to widgets/avatar.js diff --git a/wigets/dialog.js b/widgets/dialog.js similarity index 100% rename from wigets/dialog.js rename to widgets/dialog.js diff --git a/wigets/navbar.js b/widgets/navbar.js similarity index 100% rename from wigets/navbar.js rename to widgets/navbar.js