mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
🆙 Detached Theme from original NitroV3
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
import { FC } from 'react';
|
||||
import { useCatalogClassicStyle } from '../../hooks';
|
||||
import { PurseClassicView } from './PurseClassicView';
|
||||
import { PurseModernView } from './PurseModernView';
|
||||
|
||||
export const PurseView: FC<{}> = props =>
|
||||
{
|
||||
const [ classicStyle ] = useCatalogClassicStyle();
|
||||
|
||||
return classicStyle ? <PurseClassicView /> : <PurseModernView />;
|
||||
return <PurseModernView />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user