From dfb0c05ab33cb20537002eaeb896e6b2ab35af25 Mon Sep 17 00:00:00 2001 From: nexxeln <95541290+nexxeln@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:37:24 +0000 Subject: add spaces selector with search (#600) relevant files to review: \- memory-graph.tsx \- spaces-dropdown.tsx \- spaces-dropdown.css.ts --- apps/memory-graph-playground/postcss.config.mjs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/memory-graph-playground/postcss.config.mjs') diff --git a/apps/memory-graph-playground/postcss.config.mjs b/apps/memory-graph-playground/postcss.config.mjs index 61e36849..d8af3e5d 100644 --- a/apps/memory-graph-playground/postcss.config.mjs +++ b/apps/memory-graph-playground/postcss.config.mjs @@ -1,7 +1,7 @@ const config = { - plugins: { - "@tailwindcss/postcss": {}, - }, -}; + plugins: { + "@tailwindcss/postcss": {}, + }, +} -export default config; +export default config -- cgit v1.2.3