UNPKG
call-me-aishmael
Version:
latest (1.4.2)
1.4.2
1.4.0
CW Dummy Test
github.com/najimovi/chat-widget
najimovi/chat-widget
call-me-aishmael
/
src
/
templates
/
index.js
7 lines
(6 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.exports = {
input
:
require
(
'./input.html'
), receive:
require
(
'./receive.html'
), send:
require
(
'./send.html'
), start:
require
(
'./start.html'
) };