Skip to content

Commit

Permalink
tidy up import and export lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Jan 17, 2025
1 parent 1dcc3f7 commit 0826be3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/utils/page-path-utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ import type { IUser } from '~/interfaces';
import { isValidObjectId } from '../objectid-utils';
import { addTrailingSlash } from '../path-utils';

import { generateChildrenRegExp as _generateChildrenRegExp } from './generate-children-regexp';
import { isTopPage as _isTopPage } from './is-top-page';

export const isTopPage = _isTopPage;
export const generateChildrenRegExp = _generateChildrenRegExp;
export * from './generate-children-regexp';

/**
* Whether path is the top page of users
Expand Down

0 comments on commit 0826be3

Please sign in to comment.