website refactor
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import React from 'react';
|
||||
import { Box } from './primitives/Box';
|
||||
import { Text } from './Text';
|
||||
import { ArrowRight, LucideIcon } from 'lucide-react';
|
||||
import { Box } from './Box';
|
||||
import { Icon } from './Icon';
|
||||
import { LucideIcon, ArrowRight } from 'lucide-react';
|
||||
import { Link } from './Link';
|
||||
import { Text } from './Text';
|
||||
|
||||
export interface QuickActionLinkProps {
|
||||
label: string;
|
||||
|
||||
Reference in New Issue
Block a user