Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Feb 2, 2024
1 parent f41646e commit cdf1370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/nodeList/nodeList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { useStore } from '@nanostores/react';
import axios from 'axios';
import React, { useCallback, useEffect, useMemo, useState } from 'react';

import FetchingBackdrop from '../backdrop/backdrop.tsx';
import NodeTable from '../nodeTable/nodeTable.tsx';
import FetchingBackdrop from '@components/backdrop/backdrop.tsx';

const stubNode: NodeInfo = {
name: 'loading...',
Expand Down

0 comments on commit cdf1370

Please sign in to comment.