import symbolData from '../assets/twitter.svg';
import { dll } from './dll';
// => {id string, width: string, height: string, viewBox: string, url: string}
console.log(`main: ${symbolData}`);
window.addEventListener('DOMContentLoaded', () => {
const image = ``;
const usage = ``;
document.body.insertAdjacentHTML('beforeend', `${image} ${usage}`);
dll();
});