fixed index.ts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-05 01:27:25 +03:00
parent c7607067db
commit 08d94b6ce3
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -21,9 +21,9 @@ import RecentNotes from "./RecentNotes"
import Breadcrumbs from "./Breadcrumbs"
import Comments from "./Comments"
import Remark from "./Remark"
import _ScrollToTop from "./_ScrollToTop"
import _GithubSource from "./_GithubSource"
import _RandomPageButton from "./_RandomPageButton"
import ScrollToTop from "./_ScrollToTop"
import GithubSource from "./_GithubSource"
import RandomPageButton from "./_RandomPageButton"
export {
ArticleTitle,
@ -48,5 +48,5 @@ export {
NotFound,
Breadcrumbs,
Comments,
Remark
Remark,
}