"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@material-ui/core");
exports.default = (function (theme) { return core_1.createStyles({
appBar: {
position: "relative",
},
title: {
marginLeft: theme.spacing(2),
flex: 1,
}
}); });