Skip to content

Commit

Permalink
IPK-14 Removed displacement sphere
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodes07 committed Dec 21, 2023
1 parent 42cebd1 commit 50ffef9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 342 deletions.
341 changes: 0 additions & 341 deletions src/components/DisplacementSphere.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { stylesWithCssVar } from "@/utils/motion";
import { useScroll, useTransform, motion } from "framer-motion";
import React from "react";
import { Suspense, useRef } from "react";
import DisplacementSphere from "./DisplacementSphere";
const Spline = React.lazy(() => import("@splinetool/react-spline"));

export const Features = () => {
Expand Down

0 comments on commit 50ffef9

Please sign in to comment.