Skip to content

Commit

Permalink
move parsers.js to pkg/lib, adjust import path in users.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudHamdy02 authored and martinpitt committed Aug 4, 2023
1 parent d46e138 commit 52c9f25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { createRoot } from 'react-dom/client';
import { superuser } from "superuser";

import { usePageLocation, useLoggedInUser, useFile, useInit } from "hooks.js";
import { etc_passwd_syntax, etc_group_syntax, etc_shells_syntax } from "./parsers.js";
import { etc_passwd_syntax, etc_group_syntax, etc_shells_syntax } from "parsers.js";
import { AccountsMain } from "./accounts-list.js";
import { AccountDetails } from "./account-details.js";
import { EmptyStatePanel } from "cockpit-components-empty-state.jsx";
Expand Down

0 comments on commit 52c9f25

Please sign in to comment.