summaryrefslogtreecommitdiff
path: root/static/js/main.js
blob: cfb02dc8e565b8418a682bf895ab6ef512a1b5b5 (plain)
1
2
3
4
5
6
import CommentForm from "./comments/comment_form";


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