feat: add input of long url on homepage

This commit is contained in:
2025-07-08 02:28:54 +00:00
parent 32b95bf21b
commit deccc0ae3f
17 changed files with 280 additions and 79 deletions

View File

@@ -1,7 +1,9 @@
import { configureStore } from '@reduxjs/toolkit';
import urlReducer from '../features/url/urlSlice';
export const store = configureStore({
reducer: {
url: urlReducer
},
});