Skip to content

Commit

Permalink
making the awesome oss docs responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderful-coyote committed Nov 5, 2023
1 parent b110be3 commit 80eea24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awesome-oss-docs/src/component/Home.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import Header from './Header';
import Card from './card';
import SearchFilter from './SearchFilter';
import SearchFilter from './searchFilter';

const Home = () => {
return (
Expand Down

0 comments on commit 80eea24

Please sign in to comment.