Skip to content

Commit

Permalink
Fix capitalization: Yaati -> yaati
Browse files Browse the repository at this point in the history
  • Loading branch information
adaburrows committed Dec 6, 2022
1 parent e312151 commit 80197ac
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ui/src/data/DataStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from "./models/Application";
import { Root } from "./models/Application/Root";
import { LocalstoreProvider, Pathed, PathFunctor, TreeDefinition } from "data-providers";
import { IndexedTreeWithProviders, TreeState } from "Yaati";
import { IndexedTreeWithProviders, TreeState } from "yaati";
import { ModelTree, ModelKinds } from './models/Application';
import { BreadthFirstTraversal, Constructor } from "typed-object-tweezers";

Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/Agents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useEffect, useState } from "react";
import { Link } from "react-router-dom";
import { getDataStore } from "../data/DataStore";
import { Agent } from "valueflows-models";
import { usePath } from "Yaati";
import { usePath } from "yaati";
import { Pathed } from "data-providers";
import { Root } from "../data/models/Application/Root";
import Table from "../components/layout/Table";
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/EventLedger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useEffect, useState } from "react";
import { Link } from "react-router-dom";
import { getDataStore } from "../data/DataStore";
import { Action, Agent, EconomicEvent, EconomicResource, Process, ResourceSpecification, Unit } from "valueflows-models";
import { usePath } from "Yaati";
import { usePath } from "yaati";
import { Pathed } from "data-providers";
import { Root } from "../data/models/Application/Root";
import Table from "../components/layout/Table";
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link } from "react-router-dom";
import MainPanelHeader from "../components/layout/MainPanelHeader";
import { useNavigate } from "react-router-dom";
import { getDataStore } from "../data/DataStore";
import { usePath } from "Yaati";
import { usePath } from "yaati";
import { Root } from "../data/models/Application/Root";
import { Pathed } from "data-providers";
import { Plan } from "valueflows-models";
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/Plans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Link } from "react-router-dom";
import { getDataStore } from "../data/DataStore";
import { Plan } from "valueflows-models";
import Table from "../components/layout/Table";
import { usePath } from "Yaati";
import { usePath } from "yaati";
import { Pathed } from "data-providers";
import { Root } from "../data/models/Application/Root";

Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/ProcessSpecifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Link } from "react-router-dom";
import { getDataStore } from "../data/DataStore";
import { ProcessSpecification } from "valueflows-models";
import Table from "../components/layout/Table";
import { usePath } from "Yaati";
import { usePath } from "yaati";
import { Pathed } from "data-providers";
import { Root } from "../data/models/Application/Root";

Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/ResourceSpecifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Link } from "react-router-dom";
import { getDataStore } from "../data/DataStore";
import { ResourceSpecification, Unit } from "valueflows-models";
import Table from "../components/layout/Table";
import { usePath } from "Yaati";
import { usePath } from "yaati";
import { Pathed } from "data-providers";
import { Root } from "../data/models/Application/Root";

Expand Down

0 comments on commit 80197ac

Please sign in to comment.