feat(landing): ✨ Introduce FeatureDetailPage and enhance FeaturesPage with dedicated UI modules for availability, gallery, streaming, and verification features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
f5db55560f
commit
52fff2d4df
6 changed files with 0 additions and 6 deletions
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import { Link, useParams, Navigate } from '@lilith/ui-router';
|
||||
import { m } from '@lilith/ui-motion';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import { useState } from 'react';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import { CheckCircleIcon } from '@lilith/ui-icons';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import { CheckCircleIcon } from '@lilith/ui-icons';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import { CheckCircleIcon } from '@lilith/ui-icons';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/** @jsxImportSource react */
|
||||
|
||||
import { CheckCircleIcon } from '@lilith/ui-icons';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue