mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-15 06:23:14 -08:00
8 lines
101 B
TypeScript
8 lines
101 B
TypeScript
import { RouteEnum } from 'types';
|
|
|
|
export class RouterService {
|
|
resolveUrl(path, params) {
|
|
|
|
}
|
|
}
|