mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
feat: added latex generation
This commit is contained in:
8
src/data/assets/index.ts
Normal file
8
src/data/assets/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Service } from "typedi";
|
||||
|
||||
@Service()
|
||||
abstract class AssetResolver {
|
||||
public abstract getPath(...loc: string[]): string;
|
||||
}
|
||||
|
||||
export { AssetResolver };
|
||||
Reference in New Issue
Block a user