System- import MatrixBackground from '../components/MatrixBackground'; import Desktop from '../components/Desktop'; const Index = () => { return ( ); }; export default Index;