function create_app_state() {
	// Your global state here.
	return {

	}
};

// You can now import { app } from '$state/app.svelte'
export const app = create_app_state();