king
2020-02-28 888095418c902cc94693cba8b45f31bb79cdf818
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import React, {Component} from 'react'
import './index.scss'
 
class PrintTemplate extends Component {
  render () {
    return (
      <div className="print-template">
 
      </div>
    )
  }
}
 
export default PrintTemplate