Skip to content

Commit

Permalink
add bacom and graybox
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySun9 committed Sep 30, 2024
1 parent 0b8ddac commit 978fea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useEffect, useState } from 'react';
const directories = ['sot', 'milo', 'feds', 'caas', 'uar', 'uar-ai', 'dc'];
const directories = ['sot', 'milo', 'feds', 'caas', 'uar', 'uar-ai', 'dc', 'bacom', 'graybox'];

const HomePage = () => {
const [isDarkMode, setIsDarkMode] = useState(false);
Expand Down

0 comments on commit 978fea1

Please sign in to comment.