Flatten
This commit is contained in:
parent
8f165d15d2
commit
c620e4bf25
264 changed files with 9983 additions and 2280 deletions
16
packages/leafcutter-common/index.ts
Normal file
16
packages/leafcutter-common/index.ts
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import en from "./locales/en.json";
|
||||
import fr from "./locales/fr.json";
|
||||
export { Home } from "./components/Home";
|
||||
export { Create } from "./components/Create";
|
||||
export { Trends } from "./components/Trends";
|
||||
export { About } from "./components/About";
|
||||
export { FAQ } from "./components/FAQ";
|
||||
export { Tooltip } from "./components/Tooltip";
|
||||
export { Preview } from "./components/Preview";
|
||||
export { Setup } from "../../apps/leafcutter/app/(main)/setup/_components/Setup";
|
||||
export { GettingStartedDialog } from "./components/GettingStartedDialog";
|
||||
export { VisualizationDetail } from "./components/VisualizationDetail";
|
||||
export const locales = {
|
||||
en,
|
||||
fr,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue