Skip to content

Commit

Permalink
fix openoffice.json not being read
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni Vaishnav committed May 29, 2024
1 parent f4832d7 commit 11e799d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/officers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import OfficerCard from "@/components/OfficerCard";
import React from "react";
import officerData from "public/assets/js/officers.json";
import officerData from '../data/officers.json';
import styles from "@/styles/Officers.module.css";

export default function Officers({children}) {
Expand Down

0 comments on commit 11e799d

Please sign in to comment.