mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-15 22:42:37 -08:00
7 lines
104 B
TypeScript
7 lines
104 B
TypeScript
import { RouteEnum } from "types";
|
|
|
|
export class RouterService {
|
|
resolveUrl(path, params) {
|
|
|
|
}
|
|
} |