Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Sep 25, 2024
1 parent 0a6f9a5 commit 36a16ea
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 10 deletions.
4 changes: 4 additions & 0 deletions public/assets/bundle-BV7L-UGv.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions public/assets/bundle-BxAwWKX3.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/assets/bundle-ZBpHc-Zf.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/assets/bundle-hWhajWIF.css

This file was deleted.

4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="stylesheet" type="text/css" href="assets/bundle-hWhajWIF.css">
<link rel="stylesheet" type="text/css" href="assets/bundle-BV7L-UGv.css">
</head>
<body>
<div id="app"></div>
Expand Down Expand Up @@ -68,6 +68,6 @@

gtag('config', 'G-0E805HG8JN');
</script>
<script src="assets/bundle-BxAwWKX3.js"></script>
<script src="assets/bundle-ZBpHc-Zf.js"></script>
</body>
</html>
6 changes: 3 additions & 3 deletions src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from 'react'
import InputComponent, {Item} from "./input.jsx"
import HistoryComponent from "./history.jsx"
import NavComponent from './nav.jsx'
import '@creativebulma/bulma-tooltip/dist/bulma-tooltip.css' with { type: 'css' }
import 'bulma/css/bulma.css' with { type: 'css' }
import './app.css' with { type: 'css' }
import '@creativebulma/bulma-tooltip/dist/bulma-tooltip.css'
import 'bulma/css/bulma.css'
import './app.css'

export default class AppComponent extends React.Component {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/nav.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import "@theme-toggles/react/css/Expand.css" with { type: 'css' }
import "@theme-toggles/react/css/Expand.css"
import { Expand } from "@theme-toggles/react"
import { Helmet, HelmetProvider } from 'react-helmet-async';
import { v1, v4, v6, v7, NIL, MAX } from 'uuid';
Expand Down

0 comments on commit 36a16ea

Please sign in to comment.