Skip to content

Commit

Permalink
add back imports and update home page
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Nov 14, 2023
1 parent 1b47f67 commit b6e5c10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/overview/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,16 @@ import {
LinkBreak1Icon,
StackIcon,
} from '@radix-ui/react-icons';
import { BsFunnel } from 'react-icons/bs';
import {
PiPlugsLight,
PiArrowsSplitLight,
PiRocketLaunchLight,
} from 'react-icons/pi';
import { CustomCard } from '@site/src/CustomComponents/CustomCard.tsx';
import { CustomCardList } from '@site/src/CustomComponents/CustomCardList.tsx';
import { DocPageHeader } from '@site/src/CustomComponents/DocPageHeader.tsx';
import { HeroImage } from '@site/src/CustomComponents/HeroImage.tsx';
<DocPageHeader title="Welcome to the Neosync Docs" />;

Neosync is an open-source, developer-first way to create safe, anonymized test data from production data and sync it across all environments for high-quality local, stage and CI testing.
Expand Down

0 comments on commit b6e5c10

Please sign in to comment.