import {Configuration} from '@system'

export class Routing extends Configuration {
	static group = 'routes';

	public '/' = 'default';

}
