Skip to content

Instantly share code, notes, and snippets.

View Hustada's full-sized avatar
💭
Building Things

Hustada Hustada

💭
Building Things
  • Lincoln Nebraska
View GitHub Profile
@Hustada
Hustada / App.js
Created December 26, 2023 12:26
Journal Of Nowledge(Satirical Scientific Journal)
import React from 'react';
import { Grid, Typography } from '@mui/material';
import { ThemeProvider } from '@mui/material/styles';
import theme from './theme'; // Replace with your theme file path
import Header from './components/Header/Header';
import FeaturedArticle from './components/FeaturedArticle/FeaturedArticle';
import CardList from './components/CardList/CardList';
import ContentGenerator from './components/ContentGenerator/ContentGenerator';
function App() {