File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import SelectLanguage from 'libs/i18n/selectLanguage';
1010import { defaultMessages , defaultLocale } from 'libs/i18n/default' ;
1111import { translations } from 'libs/i18n/translations' ;
1212
13- import CommentForm from '../CommentBox/CommentForm/CommentForm' ;
14- import CommentList from '../CommentBox/CommentList/CommentList' ;
15- import css from './SimpleCommentScreen.module.scss' ;
13+ import CommentForm from '../../ CommentBox/CommentForm/CommentForm' ;
14+ import CommentList from '../../ CommentBox/CommentList/CommentList' ;
15+ import css from '.. /SimpleCommentScreen.module.scss' ;
1616
1717class SimpleCommentScreen extends BaseComponent {
1818 constructor ( props ) {
Original file line number Diff line number Diff line change 11// Generated by ReScript, PLEASE EDIT WITH CARE
22
33import * as React from "react" ;
4- import * as Header from "./Header/Header.bs.js" ;
5- import * as Actions from "./Actions/Actions.bs.js" ;
6- import * as AlertError from "./CommentList/AlertError/AlertError.bs.js" ;
7- import * as ActionCable from "./bindings/ActionCable.bs.js" ;
8- import * as CommentForm from "./CommentForm/CommentForm.bs.js" ;
9- import * as CommentList from "./CommentList/CommentList.bs.js" ;
4+ import * as Header from "../.. /Header/Header.bs.js" ;
5+ import * as Actions from "../.. /Actions/Actions.bs.js" ;
6+ import * as AlertError from "../.. /CommentList/AlertError/AlertError.bs.js" ;
7+ import * as ActionCable from "../.. /bindings/ActionCable.bs.js" ;
8+ import * as CommentForm from "../.. /CommentForm/CommentForm.bs.js" ;
9+ import * as CommentList from "../.. /CommentList/CommentList.bs.js" ;
1010import * as JsxRuntime from "react/jsx-runtime" ;
1111
1212function reducer ( param , action ) {
You can’t perform that action at this time.
0 commit comments