Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/js/neochan/postform.ts
2016-10-18 09:32:00 -04:00

12 lines
122 B
TypeScript

import { Init } from "./common"
export class Postform implements Init
{
initialize(elem : any) {
}
}