mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 04:58:39 +00:00
* updated react office graph to GA * uploaded src folder and the package folder * updated readme * again updated readme
13 lines
361 B
JavaScript
13 lines
361 B
JavaScript
"use strict";
|
|
/* tslint:disable */
|
|
require('./MyRecentDocuments.module.css');
|
|
var styles = {
|
|
myRecentDocuments: 'myRecentDocuments_8aec3ad1',
|
|
webPartTitle: 'webPartTitle_8aec3ad1',
|
|
};
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.default = styles;
|
|
/* tslint:enable */
|
|
|
|
//# sourceMappingURL=MyRecentDocuments.module.scss.js.map
|