@micha.bigler/ui-core-micha 1.4.36 → 1.4.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ import { Box, Stack, Typography, Slider, Button, TextField, Chip, Alert, Circula
|
|
|
5
5
|
import CloseIcon from '@mui/icons-material/Close';
|
|
6
6
|
import { useTranslation } from 'react-i18next';
|
|
7
7
|
// Pfad ggf. anpassen je nach Struktur: von src/auth/components zu src/auth/authApi
|
|
8
|
-
import { fetchAccessCodes, createAccessCode, deleteAccessCode, } from '../authApi';
|
|
8
|
+
import { fetchAccessCodes, createAccessCode, deleteAccessCode, } from '../auth/authApi';
|
|
9
9
|
export function AccessCodeManager() {
|
|
10
10
|
const { t } = useTranslation();
|
|
11
11
|
const [codes, setCodes] = useState([]);
|
package/package.json
CHANGED