Skip to content

Commit

Permalink
resolve conflict on missing IpV4Validator
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoMolinaro committed Jan 18, 2024
1 parent c2f44c3 commit 532e529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ import {
import {
TabulatableResultListElementsComponent
} from './object-list/search-result-list-element/tabulatable-search-result/tabulatable-result-list-elements.component';
import { IpV4Validator } from "./utils/ipV4.validator";
import { IpV4Validator } from './utils/ipV4.validator';

const MODULES = [
CommonModule,
Expand Down

0 comments on commit 532e529

Please sign in to comment.