mirror of
https://github.com/Team4388/Robot-Essentials.git
synced 2026-06-09 00:38:01 -06:00
Add Templates Extension
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from "react";
|
||||
import classNames from "classnames/bind";
|
||||
|
||||
import styles from "./index.scss";
|
||||
|
||||
const cx = classNames.bind(styles);
|
||||
|
||||
function __templateNameToPascalCase__() {
|
||||
return <div className={cx("__templateNameToParamCase__")}>Hello :)</div>;
|
||||
}
|
||||
|
||||
export default __templateNameToPascalCase__;
|
||||
@@ -0,0 +1,3 @@
|
||||
.__templateNameToParamCase__ {
|
||||
display: inline-block;
|
||||
}
|
||||
Reference in New Issue
Block a user