summaryrefslogtreecommitdiff
path: root/history/es/PathUtils.js
blob: 7414d2662d72822018f4835724c678613fe1f226 (plain)
1
2
3
4
5
6
7
'use strict';

import warnAboutDeprecatedESMImport from './warnAboutDeprecatedESMImport.js';
warnAboutDeprecatedESMImport('PathUtils');

import { PathUtils } from '../esm/history.js';
export default PathUtils;