mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
7 lines
101 B
TypeScript
7 lines
101 B
TypeScript
import { RouteEnum } from 'types';
|
|
|
|
export class RouterService {
|
|
resolveUrl(path, params) {
|
|
|
|
}
|
|
}
|