import * as Material from './Material';
export function Something() {
console.log(Material);
return 'Something';
}