mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
chore: linting
This commit is contained in:
parent
786b65d68f
commit
7bd3a4e08f
6 changed files with 22 additions and 10 deletions
|
|
@ -2,7 +2,8 @@
|
|||
import { useFeatureFlagVariantKey } from "@posthog/react";
|
||||
import { AnimatePresence, motion } from "motion/react";
|
||||
import Link from "next/link";
|
||||
import React, { useEffect, useRef, useState } from "react";
|
||||
import type React from "react";
|
||||
import { useEffect, useRef, useState } from "react";
|
||||
import Balancer from "react-wrap-balancer";
|
||||
import { WalkthroughScroll } from "@/components/ui/walkthrough-scroll";
|
||||
import { AUTH_TYPE, BACKEND_URL } from "@/lib/env-config";
|
||||
|
|
|
|||
|
|
@ -12,8 +12,7 @@ export const announcements: Announcement[] = [
|
|||
{
|
||||
id: "announcement-1",
|
||||
title: "Introducing Announcements",
|
||||
description:
|
||||
"All major announcements will be posted here.",
|
||||
description: "All major announcements will be posted here.",
|
||||
category: "feature",
|
||||
date: "2026-02-17T00:00:00Z",
|
||||
isImportant: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue