UNPKG
menu-animation-icon
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
Menu animation icons
aleksel.github.io/menu-animation-icon/
aleksel/menu-animation-icon
menu-animation-icon
/
src
/
components
/
DonerMenu
/
index.js
7 lines
(5 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
CommonMenu
from
'./../Common'
;
/* eslint-disable import/no-extraneous-dependencies */
import
'./styles.styl'
;
export
default
class
DonerMenu
extends
CommonMenu
{ }