diff --git a/src/routes/(notes)/notes/+page.ts b/src/routes/(notes)/notes/+page.ts
deleted file mode 100644
index 47fb7a14..00000000
--- a/src/routes/(notes)/notes/+page.ts
+++ /dev/null
@@ -1,38 +0,0 @@
-/** @type {import('./$types').PageLoad} */
-
-import { error } from '@sveltejs/kit';
-import { notes_func } from '$lib/ae_notes/ae_notes_functions';
-
-export async function load({ parent }) {
- let log_lvl: number = 0;
-
- let data = await parent();
-
- // let account_id = data.account_id;
- // if (!account_id) {
- // console.log(`ae_notes +page.ts: The account_id was not found in the data!!!`);
- // error(500, {
- // message: 'Not found'
- // });
- // }
-
- // let ae_acct = data[account_id];
-
- // Should we limit these to note.conference = true?
- // let load_note_obj_li = await notes_func.handle_load_ae_obj_li__note({
- // api_cfg: ae_acct.api,
- // account_id: account_id,
- // params: {enabled: 'enabled', qry__limit: 25},
- // try_cache: false,
- // log_lvl: 1
- // });
- // ae_acct.slct.note_obj_li = load_note_obj_li;
-
- // data[account_id] = ae_acct;
-
- return data;
-
- // return {
- // ae_notes_page_ts: true,
- // };
-}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index c845b5e6..d585355a 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -47,7 +47,7 @@ import { events_loc, events_slct } from '$lib/ae_events_stores';
import Element_access_type from '$lib/element_access_type.svelte';
import Element_app_cfg from '$lib/element_app_cfg.svelte';
-import Element_data_store from '$lib/element_data_store_v2.svelte';
+// import Element_data_store from '$lib/element_data_store_v2.svelte';
interface Props {
data: any;
@@ -389,102 +389,8 @@ $effect(() => {
{#if
$ae_loc?.allow_access}
-