New source found from dndbeyond.com
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import React from "react";
|
||||
import { PureComponent, PropsWithChildren } from "react";
|
||||
|
||||
import { FormatUtils } from "@dndbeyond/character-rules-engine/es";
|
||||
|
||||
interface Props {
|
||||
interface Props extends PropsWithChildren {
|
||||
name?: string;
|
||||
className: string;
|
||||
}
|
||||
export default class SubsectionTablet extends React.PureComponent<Props> {
|
||||
export default class SubsectionTablet extends PureComponent<Props> {
|
||||
static defaultProps = {
|
||||
className: "",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user