Browse Source

Remove unused import

Ricardo Maltez 3 years ago
parent
commit
d568244071
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pioneer/packages/joy-forum/src/ForumRoot.tsx

+ 0 - 1
pioneer/packages/joy-forum/src/ForumRoot.tsx

@@ -1,7 +1,6 @@
 import React, { useState, useEffect } from 'react';
 import { Link } from 'react-router-dom';
 import styled from 'styled-components';
-import { orderBy } from 'lodash';
 import BN from 'bn.js';
 
 import { Section } from '@polkadot/joy-utils/react/components';