Skip to content

Commit 1133a81

Browse files
committed
fix invalid export
1 parent 62250f2 commit 1133a81

File tree

1 file changed

+1
-1
lines changed
  • query-connector/src/app/(pages)/userManagement

1 file changed

+1
-1
lines changed

query-connector/src/app/(pages)/userManagement/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { getContextRole, RoleDescriptons } from "./utils";
1010
* @param textContent asdf
1111
* @returns asdf
1212
*/
13-
export const renderRoleDescriptions = (textContent: object) => {
13+
const renderRoleDescriptions = (textContent: object) => {
1414
return (
1515
<div
1616
className={classNames(

0 commit comments

Comments
 (0)