mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-01-10 02:46:24 +00:00
5b17527d82
add media queries to make somewhat mobile responsive
7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
// @create-index
|
|
|
|
export { default as styles } from './styles';
|
|
export { default as url } from './url.js';
|
|
export { default as media } from './media.js';
|
|
|