File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1-
21import { useSelectedPostStore } from "../../post"
32import { useCommentStore , useComment } from "../model"
43import { Button , Dialog , Textarea } from "../../../shared"
@@ -20,4 +19,4 @@ export const CommentAddDialog = () => {
2019 </ div >
2120 </ Dialog >
2221 )
23- }
22+ }
Original file line number Diff line number Diff line change 1- export { PostsManager } from ' ./PostsManagerPage'
1+ export { PostsManager } from " ./PostsManagerPage"
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ export { DialogContent } from "./dialog/dialog-content"
2222export { DialogHeader } from "./dialog/dialog-header"
2323export { DialogTitle } from "./dialog/dialog-title"
2424export { HighlightText } from "./hight-text"
25- export { Pagination } from ' ./pagination'
25+ export { Pagination } from " ./pagination"
Original file line number Diff line number Diff line change 11export { Header } from "./Header"
2- export { Footer } from "./Footer"
2+ export { Footer } from "./Footer"
You can’t perform that action at this time.
0 commit comments