Not Backend Interview Guide | Actually for Frontend

import { Button } from '@mantine/core';
function Demo() {
return <Button>Hello</Button>
}