UNPKG
elfen-component-device
Version:
latest (0.0.2)
0.0.2
0.0.1
elfen component device
elfen-component-device
/
index.js
10 lines
(9 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
/* Inspired by: https://github.com/picturepan2/devices.css https://github.com/marvelapp/devices.css (Home Button is better) */
var
IPhone8
_1 =
require
(
"./IPhone8"
);
exports
.
default
=
IPhone8
_1.
default
;