1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00

fix: import

This commit is contained in:
FredrikOseberg 2025-10-22 11:14:33 +02:00
parent 2330ae9532
commit 56c3ed6a92
No known key found for this signature in database
GPG Key ID: 282FD8A6D8F9BCF0

View File

@ -17,7 +17,7 @@ import {
} from './Change.styles.tsx';
import { styled } from '@mui/material';
import { MilestoneListRenderer } from './MilestoneListRenderer.tsx';
import { applyProgressionChanges } from './applyProgressionChanges';
import { applyProgressionChanges } from './applyProgressionChanges.ts';
const StyledTabs = styled(Tabs)(({ theme }) => ({
display: 'flex',