mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
|
import Prefs from 'js/prefs';
|
||
|
|
||
|
// Todo(whscullin): More robust preferences
|
||
|
|
||
|
const prefs = new Prefs();
|
||
|
|
||
|
export const usePrefs = () => prefs;
|