feat: Add settings component

This commit is contained in:
2026-01-06 20:08:40 +00:00
committed by Tanner Collin (aider)
parent cf789b1518
commit 6b6e36d880
2 changed files with 1 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import Search from './Search.js';
import Submit from './Submit.js';
import Results from './Results.js';
import ScrollToTop from './ScrollToTop.js';
import Settings from './Settings.js';
function App() {
const [theme, setTheme] = useState(localStorage.getItem('theme') || '');

View File