forked from pu428f3pz/InternshipProject
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
352 B
9 lines
352 B
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
var _excluded = ["children"];
|
|
import * as React from 'react';
|
|
export default function FooterRow(_ref) {
|
|
var children = _ref.children,
|
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
|
|
return /*#__PURE__*/React.createElement("tr", props, children);
|
|
} |