Add footnotes scaffolding
This commit is contained in:
9
src/file/footnotes/footnotes.ts
Normal file
9
src/file/footnotes/footnotes.ts
Normal file
@ -0,0 +1,9 @@
|
||||
export class FootNotes {
|
||||
public createFootNote(): void {
|
||||
// TODO
|
||||
}
|
||||
|
||||
public getFootNote(): void {
|
||||
// TODO
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user