import Galaxy from '@/components/ui/galaxy';
import React from 'react';
function GalaxyExamples() {
return (
<>
<div style={{ width: '100%', height: '600px', position: 'relative' }}>
<Galaxy />
</div>
</>
);
}
export default GalaxyExamples; // Export the new component