Skip to content

Commit

Permalink
vercel deploy issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devvsakib committed Jul 30, 2024
1 parent b0f0bcf commit f7667ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/Resources.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import React from 'react';
import Layout from '../components/Layout/Layout';
import { Space } from 'antd';
import MainTitle from '../components/Common/MainTitle';
import ResourceSection from '../components/Resources/ResourceSection';
import resources from '../data/resources';
import resources from '../data/Resources';


const Resources = () => {
Expand Down

0 comments on commit f7667ec

Please sign in to comment.