Remove index.js from Licenses.jsx

This commit is contained in:
Mathias Wagner
2024-07-22 22:20:49 +02:00
parent eef5b0cca3
commit a5554fc42d

View File

@ -5,7 +5,7 @@ import {ProjectContext} from "@/states/Dashboard/contexts/Project";
import {Button, Link, Stack, TextField, Typography} from "@mui/material"; import {Button, Link, Stack, TextField, Typography} from "@mui/material";
import {Search} from "@mui/icons-material"; import {Search} from "@mui/icons-material";
import columns from "./columns.jsx"; import columns from "./columns.jsx";
import LicenseDialog from "@/states/Dashboard/pages/Licenses/components/LicenseDialog/index.js"; import LicenseDialog from "@/states/Dashboard/pages/Licenses/components/LicenseDialog";
const LOCAL_STORAGE_KEY_PAGINATION = 'licenses_table_pagination'; const LOCAL_STORAGE_KEY_PAGINATION = 'licenses_table_pagination';
const LOCAL_STORAGE_KEY_COLUMNS = 'licenses_table_columns'; const LOCAL_STORAGE_KEY_COLUMNS = 'licenses_table_columns';