i read bad ultrakill reviews so you dont have to

This commit is contained in:
amy 2024-06-24 03:40:03 +03:30
parent 47de23d0a9
commit 5e812f3a08
4 changed files with 114 additions and 55 deletions

View file

@ -2,6 +2,7 @@ import './App.css'
import HoverComponent from './components/name.tsx'
import AdvancedBr from './components/comps.tsx'
import { createSignal } from 'solid-js';
import Reviews from './components/api.tsx';
function App() {
function remov() {
for (let i = 0; i < document.styleSheets.length; i++) {
@ -68,7 +69,7 @@ function App() {
opacity: isAnimating() || animatedwoem() ? "0%" : "100%"
}} class='cardchild'>
<h1>reviews</h1>
{/* <Review/> */}
<Reviews/>
</div>
</div>
<AdvancedBr count={10} />