Skip to content

Commit

Permalink
fix typo from utlity to utility it requoire to update folder name and…
Browse files Browse the repository at this point in the history
… import name
  • Loading branch information
CopyDemon committed May 20, 2024
1 parent 0a031d5 commit 82b1e9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IDAES-UI/src/AppContext.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createContext, useState, ReactNode, useEffect } from "react";
import { context_parse_url } from "./utlity/contextFN_parse_url";
import { context_parse_url } from "./utility/contextFN_parse_url";
import { ToggleStreamTableInLogInterface } from "@/interface/appMainContext_interface";

export const AppContext = createContext<any>({});
Expand Down
File renamed without changes.

0 comments on commit 82b1e9e

Please sign in to comment.