summaryrefslogtreecommitdiff
path: root/static/js/client.js
blob: d78287106b27312bd643b369db5debbe5b046151 (plain)
1
2
3
4
5
import { CommentsController} from "./comments/comments_controller.js";

const post = window.location.pathname;
const domain = window.location.hostname;
new CommentForm(domain, post);