Skip to content

Commit

Permalink
now?
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeerArsala committed Jun 5, 2024
1 parent ba75d27 commit 97efcfe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/ui/flip-words.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"use client";
import React, { useEffect, useRef, useState } from "react";
import { AnimatePresence, motion, LayoutGroup } from "framer-motion";
import { cn } from "$lib/utils/cn";
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/ui/tracing-beam.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
"use client";
import React, { useEffect, useRef, useState } from "react";
import {
motion,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const attentionWords = ["Multi-Agent Systems", "Communities", "a Text Adventure"
<h1 class="text-bold text-center font-bold text-4xl">UniverseLM is All You Need</h1>
</Globe>

<!-- JOIN WAITLIST -->
<!-- CALL TO ACTION (CTA): JOIN WAITLIST -->
<JoinTheWaitlist client:visible/>

<!-- FOOTER -->
Expand Down

0 comments on commit 97efcfe

Please sign in to comment.