Skip to content

Commit

Permalink
#143. renamed and moved file
Browse files Browse the repository at this point in the history
  • Loading branch information
Schiller-Stoff committed Jun 1, 2022
1 parent 38b0543 commit c2d72fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/tools.tsx → src/pages/tools/apps.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react"
import ToolAppsFeed from "../components/shared/ToolAppsFeed"
import BaseLayout from "../components/static/BaseLayout"
import MainHeading from "../components/static/MainHeading"
import ToolAppsFeed from "../../components/shared/ToolAppsFeed"
import BaseLayout from "../../components/static/BaseLayout"
import MainHeading from "../../components/static/MainHeading"

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

0 comments on commit c2d72fb

Please sign in to comment.