Skip to content

Commit

Permalink
add graybox-dc
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySun9 committed Oct 23, 2024
1 parent ef67e3c commit 9cc49f9
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', 'bacom', 'graybox-bacom'];
const directories = ['sot', 'milo', 'feds', 'caas', 'uar', 'uar-ai', 'dc', 'bacom', 'graybox-bacom', 'graybox-dc'];

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

0 comments on commit 9cc49f9

Please sign in to comment.