Skip to content

Commit

Permalink
fix: resolve dashboard export
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Jul 17, 2024
1 parent 65ef99f commit 430941b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useState } from 'react';
import { SearchBar, Table, Title } from '~/components';
import { useData } from '~/hooks';

const Dashboard = () => {
export const Dashboard = () => {
const { ecosystemData } = useData();
const [searchTerm, setSearchTerm] = useState<string>('');

Expand Down

0 comments on commit 430941b

Please sign in to comment.