Skip to content

Commit ddaf50c

Browse files
committed
Reduces Graph size dramatically
Fixes imports to only include used components
1 parent 14666ac commit ddaf50c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/webviews/apps/plus/graph/GraphWrapper.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ import type {
1515
} from '@gitkraken/gitkraken-components';
1616
import GraphContainer, { CommitDateTimeSources, refZone } from '@gitkraken/gitkraken-components';
1717
import type { SlChangeEvent } from '@shoelace-style/shoelace';
18-
import { SlOption, SlSelect } from '@shoelace-style/shoelace/dist/react';
18+
import SlOption from '@shoelace-style/shoelace/dist/react/option/index.js';
19+
import SlSelect from '@shoelace-style/shoelace/dist/react/select/index.js';
1920
import type { FormEvent, MouseEvent, ReactElement } from 'react';
2021
import React, { createElement, useEffect, useMemo, useRef, useState } from 'react';
2122
import type { ConnectCloudIntegrationsCommandArgs } from '../../../../commands/cloudIntegrations';

0 commit comments

Comments
 (0)