import React from 'react';
import './index.css';
import SvgDemo from './SvgDemo';

export default () => <SvgDemo />
