Skip to content

Commit

Permalink
push build files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 22, 2023
1 parent a844cd8 commit 58dc1bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cjs/features/ScreenTimeDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
var react_1 = __importDefault(require("react"));
var material_1 = require("@mui/material");
var components_1 = require("../components");
var brain_svg_1 = __importDefault(require("../images/brain.svg"));
var brain_svg_1 = __importDefault(require("../public/images/brain.svg"));
var ScreenTimeDialog = function (_a) {
var open = _a.open, onClose = _a.onClose;
return (react_1.default.createElement(material_1.Dialog, { open: open, onClose: onClose, maxWidth: 'sm' },
Expand Down
1 change: 1 addition & 0 deletions lib/cjs/public/images/brain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/esm/features/ScreenTimeDialog.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { Button, Dialog, Typography } from '@mui/material';
import { Image } from '../components';
import BrainImage from '../images/brain.svg';
import BrainImage from '../public/images/brain.svg';
var ScreenTimeDialog = function (_a) {
var open = _a.open, onClose = _a.onClose;
return (React.createElement(Dialog, { open: open, onClose: onClose, maxWidth: 'sm' },
Expand Down
Loading

0 comments on commit 58dc1bd

Please sign in to comment.