Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: monorepo setup #20

Merged
merged 12 commits into from
May 15, 2023
Prev Previous commit
Next Next commit
fix: configuration bug
  • Loading branch information
Anurag Gupta authored and Anurag Gupta committed May 5, 2023
commit 981a995d576958a3404513dcbe93a4980e6efe0c
2 changes: 0 additions & 2 deletions apps/example-usage/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Image from "next/image";
import styles from "./page.module.css";
import welcome from "elixir-ui";

export default function Home() {
Expand Down
2 changes: 1 addition & 1 deletion packages/elixir-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elixir-ui",
"description": "A FAST project",
"main": "./dist/dts/index.ts",
"main": "./src/components/index.ts",
"private": true,
"type": "module",
"version": "0.1.0",
Expand Down