Skip to content

Commit

Permalink
Update intermediate-sql-for-data-scientists.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rNLKJA committed Jan 4, 2024
1 parent a829c01 commit 54c05b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/blogs/intermediate-sql-for-data-scientists.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Fade } from "react-awesome-reveal";
import { Box, Typography } from "@mui/material";
import SyntaxHighlighter from "react-syntax-highlighter";
import { docco } from "react-syntax-highlighter/dist/cjs/styles/hljs/docco";
import BlogAuthor from "../components/specific/BlogAuthor";
import BlogAuthor from "@/components/specific/blogAuthor";

export default function BlogContent() {
return (
Expand Down

0 comments on commit 54c05b1

Please sign in to comment.