Skip to content

Commit

Permalink
chore: rename missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Jan 22, 2024
1 parent f389b10 commit 9739138
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/components/identity/DIDResolver.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "@iota/identity-wasm/web";
import React, { Fragment, useEffect, useState } from "react";
import DIDDomainResolver from "./domains/DIDDomainResolver";
import { DIDResolverProps } from "./IDIDResolverProps";
import { DIDResolverProps } from "./DIDResolverProps";
import { ServiceFactory } from "~factories/serviceFactory";
import { IdentityService } from "~services/identityService";
import "./IdentityStardustResolver.scss";
Expand Down

0 comments on commit 9739138

Please sign in to comment.