Fix missing PageHeader import in LifecyclePipeline component

This commit is contained in:
2026-01-21 11:07:29 +01:00
parent 9ad4bd9a73
commit cb418ed051

View File

@@ -1,5 +1,6 @@
import { useState, useEffect } from 'react';
import { Link } from 'react-router-dom';
import PageHeader from './PageHeader';
interface LifecycleApplication {
id: string;