░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/packages/canvas-planner/scripts/templates/themeable
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: index.js
import React, { Component } from 'react'; import {themeable} from '@instructure/ui-themeable' import styles from './styles.css'; import theme from './theme.js'; class ${COMPONENT} extends Component { render () { return ( <div className={styles.root} /> ); } } export default themeable(theme, styles)(${COMPONENT});
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 index.js
JS
336 B
2023-09-24 03:39
EDIT
📄 styles.css
CSS
208 B
2023-09-24 03:39
EDIT
📄 theme.js
JS
1 KB
2023-09-24 03:39
EDIT