chore: Update all imports to zod/v3
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
5d8b4cddb9
commit
49171c9de4
@@ -1,6 +1,6 @@
|
||||
import { HttpAuthService } from '@backstage/backend-plugin-api';
|
||||
import { InputError } from '@backstage/errors';
|
||||
import { z } from 'zod';
|
||||
import { z } from 'zod/v3';
|
||||
import express from 'express';
|
||||
import Router from 'express-promise-router';
|
||||
import { todoListServiceRef } from './services/TodoListService';
|
||||
|
||||
Reference in New Issue
Block a user