silphius/app/routes/dev.gen._index/layer.jsx

11 lines
117 B
React
Raw Permalink Normal View History

2024-09-18 17:46:42 -05:00
import styles from './layer.module.css';
function Layer() {
return (
<>
</>
);
}
export default Layer;