добаил автозаполнение тестовых пользователей

This commit is contained in:
AidarKC
2026-04-07 01:05:33 +03:00
parent 9cbff47194
commit d9e61e7c5b
44 changed files with 175 additions and 138 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import { renderHeader } from '../components/header.js?v=20260403081123';
import { channelPosts, channels } from '../mock-data.js?v=20260403081123';
import { addLocalChannelPost, authService, getLocalChannelPosts, state } from '../state.js?v=20260403081123';
import { renderHeader } from '../components/header.js?v=20260405171816';
import { channelPosts, channels } from '../mock-data.js?v=20260405171816';
import { addLocalChannelPost, authService, getLocalChannelPosts, state } from '../state.js?v=20260405171816';
export const pageMeta = { id: 'channel-view', title: 'Канал' };