Skip to content

Commit

Permalink
chore: update assets file
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 27, 2024
1 parent f4ddc93 commit 291d7cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/src/app/(doc-session)/documentation/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ import Image from "next/image";
import Link from "next/link";
import { RiJavascriptFill } from "react-icons/ri";

import javaIcon from "@/assets/icons/java-icon.svg";
import pythonIcon from "@/assets/icons/python-icon.svg";
import MainBg from "@/components/MainBg";

import javaIcon from "./java-icon.svg";
import pythonIcon from "./python-icon.svg";

export default function DocumentationPage() {
const basePath = "/documentation";
return (
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 291d7cc

Please sign in to comment.