mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
12 lines
122 B
TypeScript
12 lines
122 B
TypeScript
|
|
import { Init } from "./common"
|
|
|
|
|
|
export class Postform implements Init
|
|
{
|
|
initialize(elem : any) {
|
|
|
|
}
|
|
}
|
|
|