Really short question, how do I import Table from MUI in a different name, as the name of my components is Table.js and there is a conflict because the way you import MUI Table is like this:
import Table from "@mui/material/Table";
and obviously there is a conflict because then there are two elements in a component that have Table identifier.
Is there any way to import Table in a different name?