0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 22:37:50 +00:00

fix back the vitreum thing

This commit is contained in:
Víctor Losada Hernández
2026-01-20 22:39:18 +01:00
parent 955457f22f
commit 9e8cdacc68

View File

@@ -1,8 +1,6 @@
import './sharePage.less';
import React, { useState, useEffect, useCallback } from 'react';
import HeadTags from '../../../../vitreum/headtags.js';
const { Meta } = HeadTags;
import { Meta } from 'vitreum/headtags';
import Nav from 'client/homebrew/navbar/nav.jsx';
import Navbar from 'client/homebrew/navbar/navbar.jsx';